]> git.eshelyaron.com Git - emacs.git/commitdiff
* textmodes/dns-mode.el: Add "Keywords: comm". It's only an
authorKevin Ryde <user42@zip.com.au>
Wed, 25 Nov 2009 23:52:00 +0000 (23:52 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 25 Nov 2009 23:52:00 +0000 (23:52 +0000)
editing mode, but it's comms related and sgml-mode.el has "comm"
on that basis too.

lisp/ChangeLog
lisp/textmodes/dns-mode.el

index 6b424a45bbe2681e3d7f656809bf7e233692a43b..b641a96c03e9c2d2a8a19ec3f1d8b70254b5ea32 100644 (file)
        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
index d5e259e5f9892b2aa68b0e73219559838ca0130d..0f0bc75257f3b6c02284254d78d8c817b6722e00 100644 (file)
@@ -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.