From: Katsumi Yamaoka Date: Sun, 29 Nov 2009 22:41:04 +0000 (+0000) Subject: 2009-11-25 Kevin Ryde X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=900cffcc86fdad5393887839e96ec498a1b5ffff;p=gnus 2009-11-25 Kevin Ryde * 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 27581287f..7d0fcb731 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 + + * 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 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words diff --git a/lisp/dns-mode.el b/lisp/dns-mode.el index d5e259e5f..0f0bc7525 100644 --- a/lisp/dns-mode.el +++ b/lisp/dns-mode.el @@ -4,7 +4,7 @@ ;; Free Software Foundation, Inc. ;; Author: Simon Josefsson -;; Keywords: DNS master zone file SOA +;; Keywords: DNS master zone file SOA comm ;; This file is part of GNU Emacs.