1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

Fix last change to use existing comm Custom group instead of `net'.

* cus-edit.el (net): Remove group.
(comm): Promote to top-level 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 comm group.
This commit is contained in:
Chong Yidong 2010-03-12 14:13:38 -05:00
parent eba5b4dd16
commit 26f4b8abb8
9 changed files with 12 additions and 16 deletions

View File

@ -2,13 +2,13 @@
* cus-edit.el (processes): Remove from development group.
(oop, hypermedia): Delete group.
(net): New group.
(comm): Promote to top-level group.
* 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.
* net/ange-ftp.el (ange-ftp): Put in comm group.
* view.el (view): Remove from editing group.

View File

@ -192,8 +192,9 @@
"Interfacing to external utilities."
:group 'emacs)
(defgroup net nil
"Networking support."
(defgroup comm nil
"Communications, networking, and remote access to files."
:tag "Communication"
:group 'emacs)
(defgroup processes nil
@ -274,11 +275,6 @@
"Fitting Emacs with its environment."
:group 'emacs)
(defgroup comm nil
"Communications, networking, remote access to files."
:tag "Communication"
:group 'environment)
(defgroup hardware nil
"Support for interfacing with miscellaneous hardware."
:group 'environment)

View File

@ -676,7 +676,7 @@
"Accessing remote files and directories using FTP
made as simple and transparent as possible."
:group 'files
:group 'net
:group 'comm
:prefix "ange-ftp-")
(defcustom ange-ftp-name-format

View File

@ -216,7 +216,7 @@
:prefix "browse-url-"
:link '(emacs-commentary-link "browse-url")
:group 'external
:group 'net)
:group 'comm)
;;;###autoload
(defcustom browse-url-browser-function

View File

@ -76,7 +76,7 @@
(defgroup goto-address nil
"Click to browse URL or to send to e-mail address."
:group 'mouse
:group 'net)
:group 'comm)
;; I don't expect users to want fontify'ing without highlighting.

View File

@ -176,7 +176,7 @@
(defgroup tramp nil
"Edit remote files with a combination of rsh and rcp or similar programs."
:group 'files
:group 'net
:group 'comm
:version "22.1")
;; Maybe we need once a real Tramp mode, with key bindings etc.

View File

@ -151,7 +151,7 @@
(defgroup xesam nil
"Xesam compatible interface to search engines."
:group 'extensions
:group 'net
:group 'comm
:version "23.1")
(defcustom xesam-query-type 'user-query

View File

@ -1,6 +1,6 @@
2010-03-12 Chong Yidong <cyd@stupidchicken.com>
* url-vars.el (url): Put in net group.
* url-vars.el (url): Put in comm group.
2010-03-10 Chong Yidong <cyd@stupidchicken.com>

View File

@ -30,7 +30,7 @@
(defgroup url nil
"Uniform Resource Locator tool."
:version "22.1"
:group 'net)
:group 'comm)
(defgroup url-file nil
"URL storage."