aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/mh-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mh-utils.el b/lisp/mail/mh-utils.el
index 2c65f88b507..be0f52ee36f 100644
--- a/lisp/mail/mh-utils.el
+++ b/lisp/mail/mh-utils.el
@@ -447,7 +447,7 @@ Type \"\\[mh-header-display]\" to see the message with all its headers."
447 ;; window. (Commands like save-some-buffers can make this false.) 447 ;; window. (Commands like save-some-buffers can make this false.)
448 (if (eq (get-buffer-window (current-buffer)) 448 (if (eq (get-buffer-window (current-buffer))
449 (selected-window)) 449 (selected-window))
450 (recenter (if arg arg t)))) 450 (recenter (if arg arg '(4)))))
451 451
452 452
453(defun mh-delete-line (lines) 453(defun mh-delete-line (lines)