aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLute Kamstra <[email protected]>2005-04-04 09:38:43 +0000
committerLute Kamstra <[email protected]>2005-04-04 09:38:43 +0000
commit4ee48a9bfc8f55911eb1ba86d1b55bcf1a3b6e70 (patch)
treea419895d07085183a1e85dfebcf9f2b77cd10c2b /lisp
parent6da6c2fe93eb7a79ebebce485d0d06f97122ad8f (diff)
(url-handler-mode): Specify :group.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/url/url-handlers.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el
index f90f21a3db..68bf0ec7ab 100644
--- a/lisp/url/url-handlers.el
+++ b/lisp/url/url-handlers.el
@@ -1,6 +1,6 @@
;;; url-handlers.el --- file-name-handler stuff for URL loading
-;; Copyright (c) 1996, 1997, 1998, 1999, 2004 Free Software Foundation, Inc.
+;; Copyright (c) 1996, 1997, 1998, 1999, 2004, 2005 Free Software Foundation, Inc.
;; Keywords: comm, data, processes, hypermedia
@@ -106,7 +106,7 @@ particularly bad at this\).")
;;;###autoload
(define-minor-mode url-handler-mode
"Use URL to handle URL-like file names."
- :global t
+ :global t :group 'url
(if (not (boundp 'file-name-handler-alist))
;; Can't be turned ON anyway.
(setq url-handler-mode nil)