aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-02-19 23:26:22 +0000
committerJuanma Barranquero2009-02-19 23:26:22 +0000
commit9b3c04f0f4da607626bfb8a7e36722eece481be9 (patch)
treedb22ad35f6abd6cc6e4aa90360e237b7381d4e2f
parent434f8c111b1fef3528bcc98a6e96c2d60705ff9a (diff)
downloademacs-9b3c04f0f4da607626bfb8a7e36722eece481be9.tar.gz
emacs-9b3c04f0f4da607626bfb8a7e36722eece481be9.zip
Add bug reference.
-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