Mercurial > emacs
changeset 40216:02fc9234f5ab
(mh-recenter): Call `recenter' with arg t
if ARG is nil.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 23 Oct 2001 15:47:20 +0000 |
parents | 77247104a65e |
children | a1a8276c8da5 |
files | lisp/mail/mh-utils.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/mh-utils.el Tue Oct 23 15:46:01 2001 +0000 +++ b/lisp/mail/mh-utils.el Tue Oct 23 15:47:20 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 t)))) (defun mh-delete-line (lines)