From: Kevin Ryde <user42@zip.com.au> Date: Wed, 25 Nov 2009 23:52:00 +0000 (+0000) Subject: * textmodes/dns-mode.el: Add "Keywords: comm". It's only an X-Git-Tag: emacs-pretest-23.1.90~222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34607612c5f1055988d68829be8eca53ba020ea4;p=emacs.git * textmodes/dns-mode.el: Add "Keywords: comm". It's only an editing mode, but it's comms related and sgml-mode.el has "comm" on that basis too. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b424a45bbe..b641a96c03e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -13,6 +13,10 @@ itself is case-insensitive on the command line. Further to Bug#3717. + * textmodes/dns-mode.el: Add "Keywords: comm". It's only an + editing mode, but it's comms related and sgml-mode.el has "comm" + on that basis too. + 2009-11-25 Juri Linkov <juri@jurta.org> * man.el (Man-completion-table): Modify regexp to include diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el index d5e259e5f98..0f0bc75257f 100644 --- a/lisp/textmodes/dns-mode.el +++ b/lisp/textmodes/dns-mode.el @@ -4,7 +4,7 @@ ;; Free Software Foundation, Inc. ;; Author: Simon Josefsson <simon@josefsson.org> -;; Keywords: DNS master zone file SOA +;; Keywords: DNS master zone file SOA comm ;; This file is part of GNU Emacs.