# HG changeset patch # User Glenn Morris # Date 1235636585 0 # Node ID 000065c3a67d42896081ba0a0b239bc16e5549ec # Parent 87d779fe8006c6ddafb1867a0a633d181af11e7a (rmail-summary-rmail-update): Use rmail-message-unseen-p. diff -r 87d779fe8006 -r 000065c3a67d lisp/ChangeLog --- 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 + * 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) diff -r 87d779fe8006 -r 000065c3a67d lisp/mail/rmailsum.el --- 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)