X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fmake-deps.el;h=dcac319ce282c35bce12ce0451104bdc32bb0312;hb=82390b2807b14c1ab1eabc7ff0e68ccf1dda736e;hp=5b6db6986dc0953d41a3564ede46a6aba7ffc11c;hpb=2f4beda434c59f9e2f5b7c32d26543bad7217ad4;p=notmuch diff --git a/emacs/make-deps.el b/emacs/make-deps.el index 5b6db698..dcac319c 100644 --- a/emacs/make-deps.el +++ b/emacs/make-deps.el @@ -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))