]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/make-deps.el
emacs: Various cosmetic changes
[notmuch] / emacs / make-deps.el
index 5b6db6986dc0953d41a3564ede46a6aba7ffc11c..91f4ef3dd08c5f8bd757a2423c1afc15693a2945 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,8 +36,8 @@
 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))
+  (unless dir
+    (setq dir default-directory))
   (save-excursion
     (goto-char (point-min))
     (condition-case nil