From: Glenn Morris Date: Thu, 26 Feb 2009 08:23:05 +0000 (+0000) Subject: (rmail-summary-rmail-update): Use rmail-message-unseen-p. X-Git-Tag: emacs-pretest-23.0.92~449 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee6ccffcefbf93ad9d74098661dc01dfb2548bbc;p=emacs.git (rmail-summary-rmail-update): Use rmail-message-unseen-p. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c5e69421eed..acde5bb82b1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 6821c1a3443..6ae14d74320 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -947,7 +947,7 @@ Search, the `unseen' attribute is restored.") ;; 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)