aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Ryde2009-10-21 22:06:40 +0000
committerKevin Ryde2009-10-21 22:06:40 +0000
commit2affef3475830edfec7ab81b208309b53fc617f6 (patch)
tree9cf54f7f728f731af140d5aeaa93509109cd271c
parent686343747f113c0c7a4d501ac81e2a9384406281 (diff)
downloademacs-2affef3475830edfec7ab81b208309b53fc617f6.tar.gz
emacs-2affef3475830edfec7ab81b208309b53fc617f6.zip
* emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): When
inserting ";;; Code" put it before any ";;;###autoload" cookie on the first form. And insert a blank line after ";;; Code" since that's usual style. (My Bug#4612.)
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ce126ee434f..0c05e098079 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12009-10-21 Kevin Ryde <user42@zip.com.au>
2
3 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): When
4 inserting ";;; Code" put it before any ";;;###autoload" cookie on
5 the first form. And insert a blank line after ";;; Code" since
6 that's usual style. (My Bug#4612.)
7
12009-10-21 Stefan Monnier <monnier@iro.umontreal.ca> 82009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * minibuffer.el (completion-table-with-terminator): Properly implement 10 * minibuffer.el (completion-table-with-terminator): Properly implement