comparison 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
comparison
equal deleted inserted replaced
102121:f37df1494dcd 102122:4eb463737ac8
1 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end of
4 the function as being part of the function.
5
1 2009-02-19 Nick Roberts <nickrob@snap.net.nz> 6 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
2 7
3 * progmodes/compile.el (compilation-error-regexp-alist-alist): 8 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4 Move entry for maven (alphabetical order). 9 Move entry for maven (alphabetical order).
5 10
6 2009-02-19 Glenn Morris <rgm@gnu.org> 11 2009-02-19 Glenn Morris <rgm@gnu.org>
7 12
8 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix. 13 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.