From 2affef3475830edfec7ab81b208309b53fc617f6 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 21 Oct 2009 22:06:40 +0000 Subject: [PATCH] * 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.) --- lisp/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce126ee434f..0c05e098079 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 -- 2.39.5