aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-25 10:13:00 +0000
committerGerd Moellmann2001-10-25 10:13:00 +0000
commit5a38ea85080a7758e948eaedfc9d78f78b605932 (patch)
treef369f48e3fb10e960e3a056afb870cc879216a03
parent79ddf6f72cdb74195409a50c24038e04d9c0d7f9 (diff)
downloademacs-5a38ea85080a7758e948eaedfc9d78f78b605932.tar.gz
emacs-5a38ea85080a7758e948eaedfc9d78f78b605932.zip
(mh-recenter): Call recenter with arg `(4)'.
-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)