From ff90f4b003b3de7b053ad9ab4e16cc8cf81917c0 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 16 Feb 2010 09:35:45 -0500 Subject: 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. --- lisp/nxml/nxml-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lisp/nxml') 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. -- cgit v1.2.1