diff options
| author | Kevin Ryde | 2009-10-21 22:58:58 +0000 |
|---|---|---|
| committer | Kevin Ryde | 2009-10-21 22:58:58 +0000 |
| commit | e7b94bbb53b7aff75396a5124b9166a4fbb41308 (patch) | |
| tree | d4390f50868272773a83aae0563c034fa00065cb | |
| parent | 2affef3475830edfec7ab81b208309b53fc617f6 (diff) | |
| download | emacs-e7b94bbb53b7aff75396a5124b9166a4fbb41308.tar.gz emacs-e7b94bbb53b7aff75396a5124b9166a4fbb41308.zip | |
* net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/net/dns.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0c05e098079..f780fda7269 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,6 +5,8 @@ | |||
| 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 | 7 | ||
| 8 | * net/dns.el: Add "Keywords: comm", as per net/net-utils.el. | ||
| 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 |
diff --git a/lisp/net/dns.el b/lisp/net/dns.el index e0aba3c32ea..cd294dd968d 100644 --- a/lisp/net/dns.el +++ b/lisp/net/dns.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: network | 7 | ;; Keywords: network comm |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||