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-dav.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-dav.el,v
Date: Wed, 26 Sep 2007 00:38:21 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/26 00:38:21

Index: url-dav.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/url/url-dav.el,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- url-dav.el  13 Aug 2007 13:41:22 -0000      1.15
+++ url-dav.el  26 Sep 2007 00:38:21 -0000      1.16
@@ -933,7 +933,7 @@
 (defun url-dav-register-handler (op)
   (put op 'url-file-handlers (intern-soft (format "url-dav-%s" op))))
 
-(mapcar 'url-dav-register-handler
+(mapc 'url-dav-register-handler
         ;; These handlers are disabled because they incorrectly presume that
         ;; the URL specifies an HTTP location and thus break FTP URLs.
        '(;; file-name-all-completions




reply via email to

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