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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-handlers.el
Date: Fri, 10 Jun 2005 17:14:10 -0400

Index: emacs/lisp/url/url-handlers.el
diff -c emacs/lisp/url/url-handlers.el:1.10 emacs/lisp/url/url-handlers.el:1.11
*** emacs/lisp/url/url-handlers.el:1.10 Mon Apr  4 09:38:43 2005
--- emacs/lisp/url/url-handlers.el      Fri Jun 10 21:14:10 2005
***************
*** 155,160 ****
--- 155,163 ----
  ;; These are operations that we do not support yet (DAV!!!)
  (put 'file-writable-p 'url-file-handlers 'ignore)
  (put 'file-symlink-p 'url-file-handlers 'ignore)
+ ;; Just like for ange-ftp: let's not waste time trying to look for RCS/foo,v
+ ;; files and such since we can't do anything clever with them anyway.
+ (put 'vc-registered 'url-file-handlers 'ignore)
  
  (defun url-handler-expand-file-name (file &optional base)
    (if (file-name-absolute-p file)




reply via email to

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