# HG changeset patch # User Gerd Moellmann # Date 1003852040 0 # Node ID 02fc9234f5abd9543ca921c3e36513aba6a2b90d # Parent 77247104a65eb669058d8bc7e4026eb287cfbb80 (mh-recenter): Call `recenter' with arg t if ARG is nil. diff -r 77247104a65e -r 02fc9234f5ab lisp/mail/mh-utils.el --- 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)