aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-05-27 12:32:51 +0000
committerLute Kamstra2005-05-27 12:32:51 +0000
commit55d56d3270886a76083b3e3394485bfdc2e8e75e (patch)
tree72b0c577261753717440d9855bcc21503d8f009a
parent462789ab2a6bceaa9a00706f88255c18a878a0ae (diff)
downloademacs-55d56d3270886a76083b3e3394485bfdc2e8e75e.tar.gz
emacs-55d56d3270886a76083b3e3394485bfdc2e8e75e.zip
(dns-mode): Specify customization group.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/textmodes/dns-mode.el3
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1be288a2e4e..aec381d7eea 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12005-05-27 Lute Kamstra <lute@gnu.org> 12005-05-27 Lute Kamstra <lute@gnu.org>
2 2
3 * textmodes/dns-mode.el (dns-mode): Specify customization group.
4
3 * calc/calc.el (calc): Specify customization group. 5 * calc/calc.el (calc): Specify customization group.
4 6
5 * outline.el (outline-1, outline-2, outline-3, outline-4) 7 * outline.el (outline-1, outline-2, outline-3, outline-4)
diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el
index 400f87205c4..ac32eccd9ec 100644
--- a/lisp/textmodes/dns-mode.el
+++ b/lisp/textmodes/dns-mode.el
@@ -48,7 +48,8 @@
48;;; Code: 48;;; Code:
49 49
50(defgroup dns-mode nil 50(defgroup dns-mode nil
51 "DNS master file mode configuration.") 51 "DNS master file mode configuration."
52 :group 'data)
52 53
53(defconst dns-mode-classes '("IN" "CS" "CH" "HS") 54(defconst dns-mode-classes '("IN" "CS" "CH" "HS")
54 "List of strings with known DNS classes.") 55 "List of strings with known DNS classes.")