# HG changeset patch # User Juanma Barranquero # Date 1235085982 0 # Node ID 671605a949ece023087b3d34e25d6620bf588824 # Parent f90f4b810b0320265d012d63c767a87b2fc78619 Add bug reference. diff -r f90f4b810b03 -r 671605a949ec lisp/ChangeLog --- 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 - * 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