From: Mark Wooding Date: Fri, 4 Apr 2008 20:17:09 +0000 (+0100) Subject: dot-emacs: Fix calls to mdw-regexps. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/8d6d55b983fb1c1f4cc870195e016380d10fc8dc?ds=sidebyside;hp=8d6d55b983fb1c1f4cc870195e016380d10fc8dc dot-emacs: Fix calls to mdw-regexps. When I introduced mdw-regexps, I had it take a &rest argument rather than a list of strings, but I didn't make the calls match! I still think I made the right choice, so strip the extra layer of parens on all of the calls. ---