diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-02-16 09:35:45 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-02-16 09:35:45 -0500 |
commit | ff90f4b003b3de7b053ad9ab4e16cc8cf81917c0 (patch) | |
tree | 6a3a744f8c93cdfc59e8b8b2f0a9a57593e2eab6 /lisp/delim-col.el | |
parent | 6fd060bfb8c66ec733db70680f765085ec43b637 (diff) | |
download | emacs-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/delim-col.el')
-rw-r--r-- | lisp/delim-col.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/delim-col.el b/lisp/delim-col.el index 945231246c3..d0c1223c558 100644 --- a/lisp/delim-col.el +++ b/lisp/delim-col.el @@ -126,7 +126,7 @@ "Prettify columns." :link '(emacs-library-link :tag "Source Lisp File" "delim-col.el") :prefix "delimit-columns-" - :group 'internal) + :group 'wp) (defcustom delimit-columns-str-before "" "Specify a string to be inserted before all columns." |