/[emacs]/emacs/lisp/url/url-handlers.el
ViewVC logotype

Diff of /emacs/lisp/url/url-handlers.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by lute, Mon Apr 4 09:38:43 2005 UTC revision 1.11 by monnier, Fri Jun 10 21:14:10 2005 UTC
# Line 155  the arguments that would have been passe Line 155  the arguments that would have been passe
155  ;; These are operations that we do not support yet (DAV!!!)  ;; These are operations that we do not support yet (DAV!!!)
156  (put 'file-writable-p 'url-file-handlers 'ignore)  (put 'file-writable-p 'url-file-handlers 'ignore)
157  (put 'file-symlink-p 'url-file-handlers 'ignore)  (put 'file-symlink-p 'url-file-handlers 'ignore)
158    ;; Just like for ange-ftp: let's not waste time trying to look for RCS/foo,v
159    ;; files and such since we can't do anything clever with them anyway.
160    (put 'vc-registered 'url-file-handlers 'ignore)
161    
162  (defun url-handler-expand-file-name (file &optional base)  (defun url-handler-expand-file-name (file &optional base)
163    (if (file-name-absolute-p file)    (if (file-name-absolute-p file)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26