Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
104248:0655506844f6 | 104249:592d4dbcbe86 |
---|---|
1 2009-08-13 Richard Stallman <rms@gnu.org> | 1 2009-08-13 Richard Stallman <rms@gnu.org> |
2 | 2 |
3 * mail/rmail.el (rmail-get-attr-names): | 3 * mail/rmail.el (rmail-get-attr-names): |
4 Accept an attribute header that is too short. | 4 Accept an attribute header that is too short. |
5 | |
6 * mail/rmail.el (rmail-forget-messages): | |
7 Ignore nil elt in rmail-message-vector. Use dotimes. | |
5 | 8 |
6 * progmodes/compile.el (compilation-goto-locus): | 9 * progmodes/compile.el (compilation-goto-locus): |
7 Use next-error-move-function. | 10 Use next-error-move-function. |
8 | 11 |
9 * simple.el (next-error-move-function): New variable. | 12 * simple.el (next-error-move-function): New variable. |