From: Mark Wooding Date: Fri, 13 Sep 2019 18:53:33 +0000 (+0100) Subject: el/dot-emacs.el: Use `dolist' or `mapc' rather than `mapcar' for effect. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/6c4bd06be204f23b3972e4470eccddf539bfe471?hp=6c4bd06be204f23b3972e4470eccddf539bfe471 el/dot-emacs.el: Use `dolist' or `mapc' rather than `mapcar' for effect. Prefer the former where the compiler can macroexpand it reliably. ---