(mh-recenter): Call recenter with arg `(4)'.
authorGerd Moellmann <gerd@gnu.org>
Thu, 25 Oct 2001 10:13:00 +0000 (10:13 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 25 Oct 2001 10:13:00 +0000 (10:13 +0000)
lisp/mail/mh-utils.el

index 2c65f88..be0f52e 100644 (file)
@@ -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)