diff lisp/cus-edit.el @ 107379:3c0cd76e49ff

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.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 12 Mar 2010 14:13:38 -0500
parents 904ccd8f2acb
children c97f25cea7c4
line wrap: on
line diff
--- a/lisp/cus-edit.el	Fri Mar 12 12:47:22 2010 -0500
+++ b/lisp/cus-edit.el	Fri Mar 12 14:13:38 2010 -0500
@@ -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)