chiark / gitweb /
el/dot-emacs.el: Use `dolist' or `mapc' rather than `mapcar' for effect.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 13 Sep 2019 18:53:33 +0000 (19:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 13 Sep 2019 18:59:24 +0000 (19:59 +0100)
commit6c4bd06be204f23b3972e4470eccddf539bfe471
tree6140a5068d0a766a8d1db67c203e70392e8f12bf
parent08b1b191f94dfa200659b03794ef63bdcc51946e
el/dot-emacs.el: Use `dolist' or `mapc' rather than `mapcar' for effect.

Prefer the former where the compiler can macroexpand it reliably.
el/dot-emacs.el