mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(socks-build-auth-list): Use mapc rather than mapcar.
This commit is contained in:
parent
6b7513e304
commit
b86ed609ac
@ -247,7 +247,7 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"."
|
||||
(defun socks-build-auth-list ()
|
||||
(let ((num 0)
|
||||
(retval ""))
|
||||
(mapcar
|
||||
(mapc
|
||||
(function
|
||||
(lambda (x)
|
||||
(if (fboundp (cdr (cdr x)))
|
||||
|
Loading…
Reference in New Issue
Block a user