]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): When
authorKevin Ryde <user42@zip.com.au>
Wed, 21 Oct 2009 22:06:40 +0000 (22:06 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 21 Oct 2009 22:06:40 +0000 (22:06 +0000)
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.)

lisp/ChangeLog

index ce126ee434f251b3791d7208180009af6961e524..0c05e098079122fb3efdee243084dfd5e8a95865 100644 (file)
@@ -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