]> git.eshelyaron.com Git - emacs.git/commit
Don't use `mapconcat` for effect
authorMattias Engdegård <mattiase@acm.org>
Mon, 10 Apr 2023 13:20:27 +0000 (15:20 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 10 Apr 2023 13:20:27 +0000 (15:20 +0200)
commitcb4f4dd89131e5a8956c788fee7ede65f13b2a69
tree4f7defa3708cae5a444f2e49f7f28af1b97f96a2
parent119a7dd22084fe20da7b2fddd41a63870da89bda
Don't use `mapconcat` for effect

* lisp/progmodes/make-mode.el (makefile-browser-fill):
* lisp/url/url-mailto.el (url-mailto):
Use `mapc` instead of `mapconcat`.
lisp/progmodes/make-mode.el
lisp/url/url-mailto.el