(mh-recenter): Call `recenter' with arg t
authorGerd Moellmann <gerd@gnu.org>
Tue, 23 Oct 2001 15:50:29 +0000 (15:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 23 Oct 2001 15:50:29 +0000 (15:50 +0000)
if ARG is nil.

lisp/ChangeLog
lisp/mail/mh-utils.el

index d0a8dcf..ef6ad3e 100644 (file)
@@ -1,5 +1,8 @@
 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
 
+       * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
+       if ARG is nil.
+
        * desktop.el (desktop-last-buffer): New variable.
        (desktop-create-buffer): Set it.
        (desktop-read): Bind it and switch to that buffer.
index 51cc1b4..2c65f88 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 t))))
 
 
 (defun mh-delete-line (lines)