diff options
Diffstat (limited to 'lisp/mh-e/mh-funcs.el')
-rw-r--r-- | lisp/mh-e/mh-funcs.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index 4fb64b4cd17..f7a51e83902 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el @@ -149,8 +149,7 @@ Display the results only if something went wrong." (re-search-forward "^rmf: " (point-max) t)) (display-buffer mh-temp-buffer))) -;; Avoid compiler warning... -(defvar view-exit-action) +(eval-when-compile (defvar view-exit-action)) ;shush compile ;;;###mh-autoload (defun mh-list-folders () |