comparison lisp/ChangeLog @ 105702:69f2b4815afa

* net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
author Kevin Ryde <user42@zip.com.au>
date Wed, 21 Oct 2009 22:58:58 +0000
parents 2104d36ad213
children 56a197ab757c
comparison
equal deleted inserted replaced
105701:2e34067186f4 105702:69f2b4815afa
2 2
3 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): When 3 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): When
4 inserting ";;; Code" put it before any ";;;###autoload" cookie on 4 inserting ";;; Code" put it before any ";;;###autoload" cookie on
5 the first form. And insert a blank line after ";;; Code" since 5 the first form. And insert a blank line after ";;; Code" since
6 that's usual style. (My Bug#4612.) 6 that's usual style. (My Bug#4612.)
7
8 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7 9
8 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca> 10 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9 11
10 * minibuffer.el (completion-table-with-terminator): Properly implement 12 * minibuffer.el (completion-table-with-terminator): Properly implement
11 boundaries, in case `terminator' appears in the suffix. 13 boundaries, in case `terminator' appears in the suffix.