diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-03-12 12:47:22 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-03-12 12:47:22 -0500 |
commit | eba5b4dd1669cb0b0ba0e6cabe2f73d42c0894f4 (patch) | |
tree | 4ee7f34e76a2cee50a8b43e605da697a0984ab8c /lisp/calculator.el | |
parent | a647d59d07f4f7280630868b09cef008f55dd882 (diff) | |
download | emacs-eba5b4dd1669cb0b0ba0e6cabe2f73d42c0894f4.tar.gz |
Reorganize Custom groups.
* cus-edit.el (processes): Remove from development group.
(oop, hypermedia): Delete group.
(net): New group.
* url/url-vars.el (url):
* net/browse-url.el (browse-url):
* net/xesam.el (xesam):
* net/tramp.el (tramp):
* net/goto-addr.el (goto-address):
* net/ange-ftp.el (ange-ftp): Put in net group.
* view.el (view): Remove from editing group.
* uniquify.el (uniquify): Put in files group.
* net/browse-url.el (browse-url):
* ps-print.el (postscript): Put in external group.
* cus-edit.el (outlines):
* textmodes/text-mode.el (text-mode-hook):
* textmodes/table.el (table):
* textmodes/picture.el (picture):
* outline.el (outlines): Put in wp group.
* nxml/nxml-mode.el (nxml): Remove from wp group.
* net/tramp-imap.el (tramp-imap): Put in tramp group.
* mail/metamail.el (metamail): Remove from hypermedia group.
* cus-edit.el (abbrev):
* whitespace.el (whitespace):
* vcursor.el (vcursor):
* reveal.el (reveal):
* hl-line.el (hl-line): Put in convenience group.
* epg-config.el (epg): Put in data group.
* emulation/pc-select.el (pc-select): Put in emulations group.
* calculator.el (calculator): Put in applications group.
* org/org.el (org): Remove from hypermedia group.
Diffstat (limited to 'lisp/calculator.el')
-rw-r--r-- | lisp/calculator.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calculator.el b/lisp/calculator.el index d1b9b517e5f..a20efdbc122 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el @@ -54,7 +54,7 @@ :prefix "calculator" :version "21.1" :group 'tools - :group 'convenience) + :group 'applications) (defcustom calculator-electric-mode nil "Run `calculator' electrically, in the echo area. |