2009-11-25 Kevin Ryde <user42@zip.com.au>
authorKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 29 Nov 2009 22:41:04 +0000 (22:41 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 29 Nov 2009 22:41:04 +0000 (22:41 +0000)
* 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.

lisp/ChangeLog
lisp/dns-mode.el

index 2758128..7d0fcb7 100644 (file)
@@ -4,6 +4,11 @@
        otherwise non-existent.  process-connection-type pipe for touch of
        efficiency recommended by elisp manual.  (An aside in Bug#3911.)
 
+2009-11-25  Kevin Ryde  <user42@zip.com.au>
+
+       * 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-17  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
index d5e259e..0f0bc75 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.