chiark / gitweb /
dot-emacs: Squash complaints about use of interactive commands.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 4 Apr 2008 20:09:19 +0000 (21:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 4 Apr 2008 20:09:19 +0000 (21:09 +0100)
commitdaff679f79b28398cd1364041f091f0f245fc758
tree57cf9d7d55430c2a4a4347bd94cf750aa78677f6
parent4d9f2d650cc020c17b68ace0381c81a5ea6e04d2
dot-emacs: Squash complaints about use of interactive commands.

The Emacs 22 byte compiler (at least) moans about me using replace-regexp
and insert-file.  So use (respectively) re-search-forward/replace-match
and insert-file-contents.

I think this change also fixes a bug in mdw-config which failed to
transform half of the config-file entries.
dot-emacs.el