aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fb1ed4ab8f3..09e764cc59e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,7 +4,7 @@
4 Make sure we stop when we reach the limit. 4 Make sure we stop when we reach the limit.
5 5
6 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside 6 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
7 a "..." does not quote anything. 7 a "..." does not quote anything. (Bug#2384)
8 8
9 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'. 9 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
10 10
@@ -15,8 +15,8 @@
15 15
162009-02-19 Stefan Monnier <monnier@iro.umontreal.ca> 162009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
17 17
18 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end of 18 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
19 the function as being part of the function. 19 of the function as being part of the function.
20 20
212009-02-19 Nick Roberts <nickrob@snap.net.nz> 212009-02-19 Nick Roberts <nickrob@snap.net.nz>
22 22