* 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.)
This commit is contained in:
parent
686343747f
commit
2affef3475
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue