From: Gerd Moellmann Date: Thu, 25 Oct 2001 10:13:00 +0000 (+0000) Subject: (mh-recenter): Call recenter with arg `(4)'. X-Git-Tag: ttn-vms-21-2-B4~19167 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a38ea85080a7758e948eaedfc9d78f78b605932;p=emacs.git (mh-recenter): Call recenter with arg `(4)'. --- 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." ;; window. (Commands like save-some-buffers can make this false.) (if (eq (get-buffer-window (current-buffer)) (selected-window)) - (recenter (if arg arg t)))) + (recenter (if arg arg '(4))))) (defun mh-delete-line (lines)