aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Ryde2009-11-25 23:52:00 +0000
committerKevin Ryde2009-11-25 23:52:00 +0000
commit34607612c5f1055988d68829be8eca53ba020ea4 (patch)
tree096edad54c1fb54c43ed0c8ab1b3b7251bb122ad
parenta5d358f83cf8fb1f106095c304421ae335e9f4b9 (diff)
downloademacs-34607612c5f1055988d68829be8eca53ba020ea4.tar.gz
emacs-34607612c5f1055988d68829be8eca53ba020ea4.zip
* 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.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/textmodes/dns-mode.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6b424a45bbe..b641a96c03e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -13,6 +13,10 @@
13 itself is case-insensitive on the command line. 13 itself is case-insensitive on the command line.
14 Further to Bug#3717. 14 Further to Bug#3717.
15 15
16 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
17 editing mode, but it's comms related and sgml-mode.el has "comm"
18 on that basis too.
19
162009-11-25 Juri Linkov <juri@jurta.org> 202009-11-25 Juri Linkov <juri@jurta.org>
17 21
18 * man.el (Man-completion-table): Modify regexp to include 22 * 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 @@
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Author: Simon Josefsson <simon@josefsson.org> 6;; Author: Simon Josefsson <simon@josefsson.org>
7;; Keywords: DNS master zone file SOA 7;; Keywords: DNS master zone file SOA comm
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10