diff lisp/mail/mh-utils.el @ 40298:b4bc55a74924

(mh-recenter): Call recenter with arg `(4)'.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 25 Oct 2001 10:13:00 +0000
parents 02fc9234f5ab
children 7308bbc423d5
line wrap: on
line diff
--- a/lisp/mail/mh-utils.el	Thu Oct 25 10:07:01 2001 +0000
+++ b/lisp/mail/mh-utils.el	Thu Oct 25 10:13:00 2001 +0000
@@ -447,7 +447,7 @@
   ;; 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)