aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ffap.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-09-25 11:03:35 +0000
committerJuanma Barranquero <[email protected]>2007-09-25 11:03:35 +0000
commitdabec3c9cd3e24acc367699424e6754ebd1476a7 (patch)
treec08c9a6589bdc917292f7fac226c23719ed21a23 /lisp/ffap.el
parent82af63125cda3637c285499926de9ff590cb7e66 (diff)
(ffap-replace-file-component): Use `mapc' rather than `mapcar'.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r--lisp/ffap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 80b94a4d3b..8c338bd947 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -482,7 +482,7 @@ Returned values:
"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