aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/mh-scan.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-scan.el b/lisp/mh-e/mh-scan.el
index 13a7e6deeb2..47beb212c46 100644
--- a/lisp/mh-e/mh-scan.el
+++ b/lisp/mh-e/mh-scan.el
@@ -421,7 +421,7 @@ Note that columns in Emacs start with 0."
421(defun mh-scan-format () 421(defun mh-scan-format ()
422 "Return the output format argument for the scan program." 422 "Return the output format argument for the scan program."
423 (if (equal mh-scan-format-file t) 423 (if (equal mh-scan-format-file t)
424 (list "-format" (if (mh-variant-p 'nmh 'mu-mh) 424 (list "-format" (if (mh-variant-p 'nmh 'gnu-mh)
425 (list (mh-update-scan-format 425 (list (mh-update-scan-format
426 mh-scan-format-nmh mh-cmd-note)) 426 mh-scan-format-nmh mh-cmd-note))
427 (list (mh-update-scan-format 427 (list (mh-update-scan-format