# HG changeset patch # User Kevin Ryde # Date 1256162800 0 # Node ID 2104d36ad2135b019f56b06d99ee7ec28b5b9b1c # Parent bbd67ae03f385243503285c26cd0bbda3660e308 * 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.) diff -r bbd67ae03f38 -r 2104d36ad213 lisp/ChangeLog --- 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 + + * 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 * minibuffer.el (completion-table-with-terminator): Properly implement