chiark / gitweb /
dot-emacs: Fix the eval-when-compile stanza.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 4 Apr 2008 20:13:18 +0000 (21:13 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 4 Apr 2008 20:13:18 +0000 (21:13 +0100)
commit417dcddd244951d520987f103f4ff56bab5604c2
tree9cf8a7f03b738a1c263d723dfa3638a49ffd5ae8
parentdaff679f79b28398cd1364041f091f0f245fc758
dot-emacs: Fix the eval-when-compile stanza.

Firstly, it just wasn't spelt correctly!  Secondly, it didn't include
the cl macros, which are useful.  (I henceforth permit the use of CL
macros, but not functions, in dot-emacs.el, on condition that the
expansions don't require CL functions.)

Thirdly, fix mdw-regexps to quote its expansion.
dot-emacs.el