Mercurial > emacs
comparison lisp/ChangeLog @ 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 | 136cf2d23c90 |
children | 69f2b4815afa |
comparison
equal
deleted
inserted
replaced
105699:bbd67ae03f38 | 105700:2104d36ad213 |
---|---|
1 2009-10-21 Kevin Ryde <user42@zip.com.au> | |
2 | |
3 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): When | |
4 inserting ";;; Code" put it before any ";;;###autoload" cookie on | |
5 the first form. And insert a blank line after ";;; Code" since | |
6 that's usual style. (My Bug#4612.) | |
7 | |
1 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca> | 8 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 9 |
3 * minibuffer.el (completion-table-with-terminator): Properly implement | 10 * minibuffer.el (completion-table-with-terminator): Properly implement |
4 boundaries, in case `terminator' appears in the suffix. | 11 boundaries, in case `terminator' appears in the suffix. |
5 (completion--embedded-envvar-table): Don't return boundaries if | 12 (completion--embedded-envvar-table): Don't return boundaries if |