Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
107378:904ccd8f2acb | 107379:3c0cd76e49ff |
---|---|
190 | 190 |
191 (defgroup external nil | 191 (defgroup external nil |
192 "Interfacing to external utilities." | 192 "Interfacing to external utilities." |
193 :group 'emacs) | 193 :group 'emacs) |
194 | 194 |
195 (defgroup net nil | 195 (defgroup comm nil |
196 "Networking support." | 196 "Communications, networking, and remote access to files." |
197 :tag "Communication" | |
197 :group 'emacs) | 198 :group 'emacs) |
198 | 199 |
199 (defgroup processes nil | 200 (defgroup processes nil |
200 "Process, subshell, compilation, and job control support." | 201 "Process, subshell, compilation, and job control support." |
201 :group 'external) | 202 :group 'external) |
271 :group 'development) | 272 :group 'development) |
272 | 273 |
273 (defgroup environment nil | 274 (defgroup environment nil |
274 "Fitting Emacs with its environment." | 275 "Fitting Emacs with its environment." |
275 :group 'emacs) | 276 :group 'emacs) |
276 | |
277 (defgroup comm nil | |
278 "Communications, networking, remote access to files." | |
279 :tag "Communication" | |
280 :group 'environment) | |
281 | 277 |
282 (defgroup hardware nil | 278 (defgroup hardware nil |
283 "Support for interfacing with miscellaneous hardware." | 279 "Support for interfacing with miscellaneous hardware." |
284 :group 'environment) | 280 :group 'environment) |
285 | 281 |