diff options
| author | Chong Yidong | 2010-03-12 14:13:38 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-03-12 14:13:38 -0500 |
| commit | 26f4b8abb8c80011cf80dad9f6906e954727cd80 (patch) | |
| tree | 3a755abc725b2b5ce82bb2f238e9cbeb8e126bee | |
| parent | eba5b4dd1669cb0b0ba0e6cabe2f73d42c0894f4 (diff) | |
| download | emacs-26f4b8abb8c80011cf80dad9f6906e954727cd80.tar.gz emacs-26f4b8abb8c80011cf80dad9f6906e954727cd80.zip | |
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.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-edit.el | 10 | ||||
| -rw-r--r-- | lisp/net/ange-ftp.el | 2 | ||||
| -rw-r--r-- | lisp/net/browse-url.el | 2 | ||||
| -rw-r--r-- | lisp/net/goto-addr.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp.el | 2 | ||||
| -rw-r--r-- | lisp/net/xesam.el | 2 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/url/url-vars.el | 2 |
9 files changed, 12 insertions, 16 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ea3fcfbc8f..c46604ee4b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,13 +2,13 @@ | |||
| 2 | 2 | ||
| 3 | * cus-edit.el (processes): Remove from development group. | 3 | * cus-edit.el (processes): Remove from development group. |
| 4 | (oop, hypermedia): Delete group. | 4 | (oop, hypermedia): Delete group. |
| 5 | (net): New group. | 5 | (comm): Promote to top-level group. |
| 6 | 6 | ||
| 7 | * net/browse-url.el (browse-url): | 7 | * net/browse-url.el (browse-url): |
| 8 | * net/xesam.el (xesam): | 8 | * net/xesam.el (xesam): |
| 9 | * net/tramp.el (tramp): | 9 | * net/tramp.el (tramp): |
| 10 | * net/goto-addr.el (goto-address): | 10 | * net/goto-addr.el (goto-address): |
| 11 | * net/ange-ftp.el (ange-ftp): Put in net group. | 11 | * net/ange-ftp.el (ange-ftp): Put in comm group. |
| 12 | 12 | ||
| 13 | * view.el (view): Remove from editing group. | 13 | * view.el (view): Remove from editing group. |
| 14 | 14 | ||
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 47e0e0bdccd..2df9f7c955e 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -192,8 +192,9 @@ | |||
| 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 |
| @@ -274,11 +275,6 @@ | |||
| 274 | "Fitting Emacs with its environment." | 275 | "Fitting Emacs with its environment." |
| 275 | :group 'emacs) | 276 | :group 'emacs) |
| 276 | 277 | ||
| 277 | (defgroup comm nil | ||
| 278 | "Communications, networking, remote access to files." | ||
| 279 | :tag "Communication" | ||
| 280 | :group 'environment) | ||
| 281 | |||
| 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) |
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index ced5f21688f..336ffdadd09 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -676,7 +676,7 @@ | |||
| 676 | "Accessing remote files and directories using FTP | 676 | "Accessing remote files and directories using FTP |
| 677 | made as simple and transparent as possible." | 677 | made as simple and transparent as possible." |
| 678 | :group 'files | 678 | :group 'files |
| 679 | :group 'net | 679 | :group 'comm |
| 680 | :prefix "ange-ftp-") | 680 | :prefix "ange-ftp-") |
| 681 | 681 | ||
| 682 | (defcustom ange-ftp-name-format | 682 | (defcustom ange-ftp-name-format |
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 77392ded478..261b765eaeb 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el | |||
| @@ -216,7 +216,7 @@ | |||
| 216 | :prefix "browse-url-" | 216 | :prefix "browse-url-" |
| 217 | :link '(emacs-commentary-link "browse-url") | 217 | :link '(emacs-commentary-link "browse-url") |
| 218 | :group 'external | 218 | :group 'external |
| 219 | :group 'net) | 219 | :group 'comm) |
| 220 | 220 | ||
| 221 | ;;;###autoload | 221 | ;;;###autoload |
| 222 | (defcustom browse-url-browser-function | 222 | (defcustom browse-url-browser-function |
diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index 1eb322eb0d0..182758aaffb 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el | |||
| @@ -76,7 +76,7 @@ | |||
| 76 | (defgroup goto-address nil | 76 | (defgroup goto-address nil |
| 77 | "Click to browse URL or to send to e-mail address." | 77 | "Click to browse URL or to send to e-mail address." |
| 78 | :group 'mouse | 78 | :group 'mouse |
| 79 | :group 'net) | 79 | :group 'comm) |
| 80 | 80 | ||
| 81 | 81 | ||
| 82 | ;; I don't expect users to want fontify'ing without highlighting. | 82 | ;; I don't expect users to want fontify'ing without highlighting. |
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 09a3392856f..8a3ec552d4d 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -176,7 +176,7 @@ | |||
| 176 | (defgroup tramp nil | 176 | (defgroup tramp nil |
| 177 | "Edit remote files with a combination of rsh and rcp or similar programs." | 177 | "Edit remote files with a combination of rsh and rcp or similar programs." |
| 178 | :group 'files | 178 | :group 'files |
| 179 | :group 'net | 179 | :group 'comm |
| 180 | :version "22.1") | 180 | :version "22.1") |
| 181 | 181 | ||
| 182 | ;; Maybe we need once a real Tramp mode, with key bindings etc. | 182 | ;; Maybe we need once a real Tramp mode, with key bindings etc. |
diff --git a/lisp/net/xesam.el b/lisp/net/xesam.el index fb68ded6d70..03c188006d0 100644 --- a/lisp/net/xesam.el +++ b/lisp/net/xesam.el | |||
| @@ -151,7 +151,7 @@ | |||
| 151 | (defgroup xesam nil | 151 | (defgroup xesam nil |
| 152 | "Xesam compatible interface to search engines." | 152 | "Xesam compatible interface to search engines." |
| 153 | :group 'extensions | 153 | :group 'extensions |
| 154 | :group 'net | 154 | :group 'comm |
| 155 | :version "23.1") | 155 | :version "23.1") |
| 156 | 156 | ||
| 157 | (defcustom xesam-query-type 'user-query | 157 | (defcustom xesam-query-type 'user-query |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 10e94643a7b..7309402a848 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2010-03-12 Chong Yidong <cyd@stupidchicken.com> | 1 | 2010-03-12 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * url-vars.el (url): Put in net group. | 3 | * url-vars.el (url): Put in comm group. |
| 4 | 4 | ||
| 5 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> |
| 6 | 6 | ||
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index 3db54592970..1b9fd7b76cc 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | (defgroup url nil | 30 | (defgroup url nil |
| 31 | "Uniform Resource Locator tool." | 31 | "Uniform Resource Locator tool." |
| 32 | :version "22.1" | 32 | :version "22.1" |
| 33 | :group 'net) | 33 | :group 'comm) |
| 34 | 34 | ||
| 35 | (defgroup url-file nil | 35 | (defgroup url-file nil |
| 36 | "URL storage." | 36 | "URL storage." |