diff lisp/net/tramp.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 75e87467a0db
line wrap: on
line diff
--- a/lisp/net/tramp.el	Fri Mar 12 12:47:22 2010 -0500
+++ b/lisp/net/tramp.el	Fri Mar 12 14:13:38 2010 -0500
@@ -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.