Mercurial > emacs
changeset 102280:000065c3a67d
(rmail-summary-rmail-update): Use rmail-message-unseen-p.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 26 Feb 2009 08:23:05 +0000 |
parents | 87d779fe8006 |
children | 36c99a7b8c3d |
files | lisp/ChangeLog lisp/mail/rmailsum.el |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Feb 26 03:54:40 2009 +0000 +++ b/lisp/ChangeLog Thu Feb 26 08:23:05 2009 +0000 @@ -1,5 +1,8 @@ 2009-02-26 Glenn Morris <rgm@gnu.org> + * mail/rmailsum.el (rmail-summary-rmail-update): + Use rmail-message-unseen-p. + * progmodes/cc-vars.el (c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197)
--- a/lisp/mail/rmailsum.el Thu Feb 26 03:54:40 2009 +0000 +++ b/lisp/mail/rmailsum.el Thu Feb 26 08:23:05 2009 +0000 @@ -947,7 +947,7 @@ ;; Arrange to do that later, for the new current message, ;; if it still has `unseen'. (setq rmail-summary-put-back-unseen - (rmail-message-attr-p msg-num rmail-unseen-attr-index))) + (rmail-message-unseen-p msg-num))) (setq rmail-summary-put-back-unseen nil)) ;; Go to the desired message. (setq rmail-current-message msg-num)