(ffap-replace-file-component): Use mapc' rather than mapcar'.
This commit is contained in:
parent
82af63125c
commit
dabec3c9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue