Mercurial > emacs
diff lisp/ChangeLog @ 104249:592d4dbcbe86
* mail/rmail.el (rmail-set-message-counters):
Call rmail-set-message-counters-counter just once.
It returns # msgs after point.
(rmail-set-message-counters-counter):
Arg is now SPOT-TO-FIND. Return # messages after that one.
* mail/rmail.el (rmail-forget-messages):
Ignore nil elt in rmail-message-vector. Use dotimes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 13 Aug 2009 01:13:09 +0000 |
parents | 0655506844f6 |
children | 8100740e5592 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 13 01:04:37 2009 +0000 +++ b/lisp/ChangeLog Thu Aug 13 01:13:09 2009 +0000 @@ -3,6 +3,9 @@ * mail/rmail.el (rmail-get-attr-names): Accept an attribute header that is too short. + * mail/rmail.el (rmail-forget-messages): + Ignore nil elt in rmail-message-vector. Use dotimes. + * progmodes/compile.el (compilation-goto-locus): Use next-error-move-function.