changeset 63287:3e75cb9c1c5b

(vc-registered): Explicitly disable VC for URL files.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 10 Jun 2005 21:14:10 +0000
parents 8f6d8a295cb7
children 5439e59a340c
files lisp/url/url-handlers.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url-handlers.el	Fri Jun 10 17:47:00 2005 +0000
+++ b/lisp/url/url-handlers.el	Fri Jun 10 21:14:10 2005 +0000
@@ -155,6 +155,9 @@
 ;; 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)