aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ad18578e4c4..9bd9643568e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,9 @@
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 5
6 * mail/rmail.el (rmail-forget-messages):
7 Ignore nil elt in rmail-message-vector. Use dotimes.
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