From: Gerd Moellmann Date: Thu, 25 Oct 2001 10:14:20 +0000 (+0000) Subject: (mh-recenter): Call recenter with arg `(4)'. X-Git-Tag: emacs-21.2~460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b8b5370d53006595ffa3bdd2f9e60c9945d32c1;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)