]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/make-deps.el
emacs/desktop: update to use notmuch-emacs-mua and handle mailto
[notmuch] / emacs / make-deps.el
index a1cd731fb08e46aa924a4559bcbf5afa35d16377..5b6db6986dc0953d41a3564ede46a6aba7ffc11c 100644 (file)
 ;; General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with Notmuch.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Notmuch.  If not, see <https://www.gnu.org/licenses/>.
 ;;
 ;; Authors: Austin Clements <aclements@csail.mit.edu>
 
+;;; Code:
+
 (defun batch-make-deps ()
   "Invoke `make-deps' for each file on the command line."
 
@@ -64,3 +66,5 @@ rules will be given relative to DIR, or `default-directory'."
                                 (file-name-sans-extension
                                  (file-relative-name fname dir)))))))))
       (end-of-file nil))))
+
+;;; make-deps.el ends here