emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-handlers.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-handlers.el
Date: Mon, 04 Apr 2005 05:38:43 -0400

Index: emacs/lisp/url/url-handlers.el
diff -c emacs/lisp/url/url-handlers.el:1.9 emacs/lisp/url/url-handlers.el:1.10
*** emacs/lisp/url/url-handlers.el:1.9  Sat Dec 11 22:06:00 2004
--- emacs/lisp/url/url-handlers.el      Mon Apr  4 09:38:43 2005
***************
*** 1,6 ****
  ;;; url-handlers.el --- file-name-handler stuff for URL loading
  
! ;; Copyright (c) 1996, 1997, 1998, 1999, 2004  Free Software Foundation, Inc.
  
  ;; Keywords: comm, data, processes, hypermedia
  
--- 1,6 ----
  ;;; url-handlers.el --- file-name-handler stuff for URL loading
  
! ;; Copyright (c) 1996, 1997, 1998, 1999, 2004, 2005  Free Software 
Foundation, Inc.
  
  ;; Keywords: comm, data, processes, hypermedia
  
***************
*** 106,112 ****
  ;;;###autoload
  (define-minor-mode url-handler-mode
    "Use URL to handle URL-like file names."
!   :global t
    (if (not (boundp 'file-name-handler-alist))
        ;; Can't be turned ON anyway.
        (setq url-handler-mode nil)
--- 106,112 ----
  ;;;###autoload
  (define-minor-mode url-handler-mode
    "Use URL to handle URL-like file names."
!   :global t :group 'url
    (if (not (boundp 'file-name-handler-alist))
        ;; Can't be turned ON anyway.
        (setq url-handler-mode nil)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]