From: Kevin Ryde Date: Wed, 21 Oct 2009 22:58:58 +0000 (+0000) Subject: * net/dns.el: Add "Keywords: comm", as per net/net-utils.el. X-Git-Tag: emacs-pretest-23.1.90~711 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7b94bbb53b7aff75396a5124b9166a4fbb41308;p=emacs.git * net/dns.el: Add "Keywords: comm", as per net/net-utils.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0c05e098079..f780fda7269 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,6 +5,8 @@ the first form. And insert a blank line after ";;; Code" since that's usual style. (My Bug#4612.) + * net/dns.el: Add "Keywords: comm", as per net/net-utils.el. + 2009-10-21 Stefan Monnier * 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 @@ ;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen -;; Keywords: network +;; Keywords: network comm ;; This file is part of GNU Emacs.