From: Lute Kamstra Date: Mon, 4 Apr 2005 09:38:43 +0000 (+0000) Subject: (url-handler-mode): Specify :group. X-Git-Tag: ttn-vms-21-2-B4~1223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ee48a9bfc8f55911eb1ba86d1b55bcf1a3b6e70;p=emacs.git (url-handler-mode): Specify :group. --- diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index f90f21a3dbe..68bf0ec7ab5 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)