]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/make-deps.el
emacs: Remove excess empty lines
[notmuch] / emacs / make-deps.el
index 5b6db6986dc0953d41a3564ede46a6aba7ffc11c..dcac319ce282c35bce12ce0451104bdc32bb0312 100644 (file)
@@ -23,7 +23,6 @@
 
 (defun batch-make-deps ()
   "Invoke `make-deps' for each file on the command line."
-
   (setq debug-on-error t)
   (dolist (file command-line-args-left)
     (let ((default-directory command-line-default-directory))
@@ -37,7 +36,6 @@
 This prints make dependencies to `standard-output' based on the
 top-level `require' expressions in the current buffer.  Paths in
 rules will be given relative to DIR, or `default-directory'."
-
   (setq dir (or dir default-directory))
   (save-excursion
     (goto-char (point-min))