Mercurial > emacs
changeset 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 | 83a67b746289 |
children | cb8b9d493228 |
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 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)