Mercurial > emacs
diff lisp/ChangeLog @ 102122:4eb463737ac8
(end-of-defun): Consider the ".*\n" after the end of
the function as being part of the function.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 19 Feb 2009 16:55:24 +0000 |
parents | fa72a817b1e0 |
children | a6789a7d6164 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Feb 19 15:10:20 2009 +0000 +++ b/lisp/ChangeLog Thu Feb 19 16:55:24 2009 +0000 @@ -1,6 +1,11 @@ +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. + 2009-02-19 Nick Roberts <nickrob@snap.net.nz> - * progmodes/compile.el (compilation-error-regexp-alist-alist): + * progmodes/compile.el (compilation-error-regexp-alist-alist): Move entry for maven (alphabetical order). 2009-02-19 Glenn Morris <rgm@gnu.org>