aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ffap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 80b94a4d3ba..8c338bd947a 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -482,7 +482,7 @@ Returned values:
482 "In remote FULLNAME, replace path with NAME. May return nil." 482 "In remote FULLNAME, replace path with NAME. May return nil."
483 ;; Use ange-ftp or efs if loaded, but do not load them otherwise. 483 ;; Use ange-ftp or efs if loaded, but do not load them otherwise.
484 (let (found) 484 (let (found)
485 (mapcar 485 (mapc
486 (function (lambda (sym) (and (fboundp sym) (setq found sym)))) 486 (function (lambda (sym) (and (fboundp sym) (setq found sym))))
487 '( 487 '(
488 efs-replace-path-component 488 efs-replace-path-component