mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(ffap-replace-file-component): Use mapc' rather than
mapcar'.
This commit is contained in:
parent
82af63125c
commit
dabec3c9cd
@ -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…
Reference in New Issue
Block a user