diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-06-22 18:23:14 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-06-22 18:23:14 +0000 |
commit | c9aa3ef816c47569595773c7acebe6fc5a8115cc (patch) | |
tree | 048365eeb42958c9175d25a7c81a4a0bbcadf55e /lisp/mail/rmailsum.el | |
parent | bbb059f3909548abe29e41578fe854c1530f704a (diff) | |
download | emacs-c9aa3ef816c47569595773c7acebe6fc5a8115cc.tar.gz |
(rmail-summary-rmail-update): Fix indentation.
Diffstat (limited to 'lisp/mail/rmailsum.el')
-rw-r--r-- | lisp/mail/rmailsum.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 0e07116fba2..7bb42cb2f3a 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -773,8 +773,8 @@ Search, the `unseen' attribute is restored.") ;; and we have gone to a different message while searching, ;; put back `unseen' on the former one. (if rmail-summary-put-back-unseen - (rmail-set-attribute "unseen" t - rmail-current-message)) + (rmail-set-attribute "unseen" t + rmail-current-message)) ;; Arrange to do that later, for the new current message, ;; if it still has `unseen'. (setq rmail-summary-put-back-unseen |