diff lisp/url/url-handlers.el @ 61290:507abf822567

(url-handler-mode): Specify :group.
author Lute Kamstra <lute@gnu.org>
date Mon, 04 Apr 2005 09:38:43 +0000
parents 96433f173a6e
children 3e75cb9c1c5b 360860a0006f
line wrap: on
line diff
--- a/lisp/url/url-handlers.el	Mon Apr 04 09:30:37 2005 +0000
+++ b/lisp/url/url-handlers.el	Mon Apr 04 09:38:43 2005 +0000
@@ -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 @@
 ;;;###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)