changeset 102128:671605a949ec

Add bug reference.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 19 Feb 2009 23:26:22 +0000
parents f90f4b810b03
children 76cb073f6cc8
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Feb 19 22:24:04 2009 +0000
+++ b/lisp/ChangeLog	Thu Feb 19 23:26:22 2009 +0000
@@ -4,7 +4,7 @@
 	Make sure we stop when we reach the limit.
 
 	* progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
-	a "..." does not quote anything.
+	a "..." does not quote anything.  (Bug#2384)
 
 	* textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
 
@@ -15,8 +15,8 @@
 
 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-	* emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end of
-	the function as being part of the function.
+	* emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
+	of the function as being part of the function.
 
 2009-02-19  Nick Roberts  <nickrob@snap.net.nz>