]> git.eshelyaron.com Git - emacs.git/commitdiff
Add bug reference.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 19 Feb 2009 23:26:22 +0000 (23:26 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 19 Feb 2009 23:26:22 +0000 (23:26 +0000)
lisp/ChangeLog

index fb1ed4ab8f3ee60bbbdb4589f07e3f9ad0959a04..09e764cc59ef982bc0e33bd2bb6fe6032b02a6e0 100644 (file)
@@ -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>