mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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.
This commit is contained in:
parent
6fd060bfb8
commit
ff90f4b003
10 changed files with 27 additions and 10 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue