From 5a38ea85080a7758e948eaedfc9d78f78b605932 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 25 Oct 2001 10:13:00 +0000 Subject: [PATCH] (mh-recenter): Call recenter with arg `(4)'. --- lisp/mail/mh-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2