emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ffap.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ffap.el,v
Date: Tue, 25 Sep 2007 11:03:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/25 11:03:35

Index: ffap.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ffap.el,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- ffap.el     26 Jul 2007 05:26:23 -0000      1.64
+++ ffap.el     25 Sep 2007 11:03:35 -0000      1.65
@@ -482,7 +482,7 @@
   "In remote FULLNAME, replace path with NAME.  May return nil."
   ;; Use ange-ftp or efs if loaded, but do not load them otherwise.
   (let (found)
-    (mapcar
+    (mapc
      (function (lambda (sym) (and (fboundp sym) (setq found sym))))
      '(
        efs-replace-path-component




reply via email to

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