Changes committed gnus/lisp (ChangeLog dns-mode.el)

"Katsumi Yamaoka" <[email protected]> Sun, 29 Nov 2009 23:41:04 +0100
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog dns-mode.el

2009-11-25  Kevin Ryde  <[email protected]>

	* 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.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.2036 gnus/lisp/ChangeLog:7.2037
--- ChangeLog:7.2036	Fri Nov 27 02:02:17 2009
+++ ChangeLog	Sun Nov 29 23:41:04 2009
@@ -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  <[email protected]>
+
+	* 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  <[email protected]>
 
 	* rfc2047.el (rfc2047-decode-region): Don't quote decoded words
Index: dns-mode.el
diff -u gnus/lisp/dns-mode.el:7.14 gnus/lisp/dns-mode.el:7.15
--- dns-mode.el:7.14	Mon Nov  9 05:15:08 2009
+++ dns-mode.el	Sun Nov 29 23:41:04 2009
@@ -4,7 +4,7 @@
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <[email protected]>
-;; Keywords: DNS master zone file SOA
+;; Keywords: DNS master zone file SOA comm
 
 ;; This file is part of GNU Emacs.