aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-23 15:50:29 +0000
committerGerd Moellmann2001-10-23 15:50:29 +0000
commit197a9dfdb5c82014aa67a754f6aefbb3bc47d369 (patch)
tree2ba6be0164eeaeb3814d2d9efae3f1e08f834be5 /lisp/mail
parent7901498008a117480d1c502f95b106b337edd6ef (diff)
downloademacs-197a9dfdb5c82014aa67a754f6aefbb3bc47d369.tar.gz
emacs-197a9dfdb5c82014aa67a754f6aefbb3bc47d369.zip
(mh-recenter): Call `recenter' with arg t
if ARG is nil.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/mh-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mh-utils.el b/lisp/mail/mh-utils.el
index 51cc1b44ee2..2c65f88b507 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."
447 ;; window. (Commands like save-some-buffers can make this false.) 447 ;; window. (Commands like save-some-buffers can make this false.)
448 (if (eq (get-buffer-window (current-buffer)) 448 (if (eq (get-buffer-window (current-buffer))
449 (selected-window)) 449 (selected-window))
450 (recenter (if arg arg '(t))))) 450 (recenter (if arg arg t))))
451 451
452 452
453(defun mh-delete-line (lines) 453(defun mh-delete-line (lines)