summaryrefslogtreecommitdiff
path: root/lisp/nxml
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-02-16 09:35:45 -0500
committerChong Yidong <cyd@stupidchicken.com>2010-02-16 09:35:45 -0500
commitff90f4b003b3de7b053ad9ab4e16cc8cf81917c0 (patch)
tree6a3a744f8c93cdfc59e8b8b2f0a9a57593e2eab6 /lisp/nxml
parent6fd060bfb8c66ec733db70680f765085ec43b637 (diff)
downloademacs-ff90f4b003b3de7b053ad9ab4e16cc8cf81917c0.tar.gz
Minor tweaks to custom groups.
* cus-edit.el (hardware): Doc fix. * man.el (man): Add to external custom group. * delim-col.el (columns): Move to wp custom group. * doc-view.el (doc-view): Add to data custom group. * cedet/data-debug.el (data-debug): Move to extensions group. * cedet/ede.el (ede): * cedet/srecode.el (srecode): * cedet/semantic.el (semantic): Put in tools and extensions group. * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/nxml-mode.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el
index 8bcde7a3a22..8919d920c9d 100644
--- a/lisp/nxml/nxml-mode.el
+++ b/lisp/nxml/nxml-mode.el
@@ -50,8 +50,7 @@
(defgroup nxml-faces nil
"Faces for XML syntax highlighting."
- :group 'nxml
- :group 'font-lock-faces)
+ :group 'nxml)
(defcustom nxml-char-ref-display-glyph-flag t
"*Non-nil means display glyph following character reference.