Fix last change to use existing comm Custom group instead of `net'.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 12 Mar 2010 19:13:38 +0000 (14:13 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 12 Mar 2010 19:13:38 +0000 (14:13 -0500)
* 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.

lisp/ChangeLog
lisp/cus-edit.el
lisp/net/ange-ftp.el
lisp/net/browse-url.el
lisp/net/goto-addr.el
lisp/net/tramp.el
lisp/net/xesam.el
lisp/url/ChangeLog
lisp/url/url-vars.el

index 4ea3fcf..c46604e 100644 (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.
 
index 47e0e0b..2df9f7c 100644 (file)
   "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
   "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)
index ced5f21..336ffda 100644 (file)
   "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
index 77392de..261b765 100644 (file)
   :prefix "browse-url-"
   :link '(emacs-commentary-link "browse-url")
   :group 'external
-  :group 'net)
+  :group 'comm)
 
 ;;;###autoload
 (defcustom browse-url-browser-function
index 1eb322e..182758a 100644 (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.
index 09a3392..8a3ec55 100644 (file)
 (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.
index fb68ded..03c1880 100644 (file)
 (defgroup xesam nil
   "Xesam compatible interface to search engines."
   :group 'extensions
-  :group 'net
+  :group 'comm
   :version "23.1")
 
 (defcustom xesam-query-type 'user-query
index 10e9464..7309402 100644 (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>
 
index 3db5459..1b9fd7b 100644 (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."