Mercurial > emacs
changeset 105700:2104d36ad213
* 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.)
author | Kevin Ryde <user42@zip.com.au> |
---|---|
date | Wed, 21 Oct 2009 22:06:40 +0000 |
parents | bbd67ae03f38 |
children | 2e34067186f4 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 21 22:05:34 2009 +0000 +++ b/lisp/ChangeLog Wed Oct 21 22:06:40 2009 +0000 @@ -1,3 +1,10 @@ +2009-10-21 Kevin Ryde <user42@zip.com.au> + + * 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.) + 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca> * minibuffer.el (completion-table-with-terminator): Properly implement