aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/mh-funcs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el
index f7a51e83902..8127e129ceb 100644
--- a/lisp/mh-e/mh-funcs.el
+++ b/lisp/mh-e/mh-funcs.el
@@ -149,7 +149,7 @@ Display the results only if something went wrong."
149 (re-search-forward "^rmf: " (point-max) t)) 149 (re-search-forward "^rmf: " (point-max) t))
150 (display-buffer mh-temp-buffer))) 150 (display-buffer mh-temp-buffer)))
151 151
152(eval-when-compile (defvar view-exit-action)) ;shush compile 152(eval-when-compile (defvar view-exit-action)) ;shush compiler
153 153
154;;;###mh-autoload 154;;;###mh-autoload
155(defun mh-list-folders () 155(defun mh-list-folders ()