diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-27 12:32:51 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-27 12:32:51 +0000 |
commit | 55d56d3270886a76083b3e3394485bfdc2e8e75e (patch) | |
tree | 72b0c577261753717440d9855bcc21503d8f009a /lisp/textmodes | |
parent | 462789ab2a6bceaa9a00706f88255c18a878a0ae (diff) | |
download | emacs-55d56d3270886a76083b3e3394485bfdc2e8e75e.tar.gz |
(dns-mode): Specify customization group.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/dns-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ ;;; Code: (defgroup dns-mode nil - "DNS master file mode configuration.") + "DNS master file mode configuration." + :group 'data) (defconst dns-mode-classes '("IN" "CS" "CH" "HS") "List of strings with known DNS classes.") |