]> git.notmuchmail.org Git - notmuch/commit
emacs: help: save-match-data
authorMark Walters <markwalters1009@gmail.com>
Tue, 12 Nov 2013 20:10:54 +0000 (20:10 +0000)
committerDavid Bremner <david@tethera.net>
Thu, 14 Nov 2013 01:33:14 +0000 (21:33 -0400)
commit6f616bd733eaa010eb68dd588d56d5d909f1631d
treef8c5bfe8e6bc3b1c0c78d3f449f5abc011ae721f
parenta5ecdf390e4dca6a314cee1594ab3236ea62ca85
emacs: help: save-match-data

The routines that construct the help page in notmuch-lib rely on
match-data being preserved across some fairly complicated code. This
is currently valid but will not be when this series is finished. Thus
place everything between the string-match and replace-match inside a
save-match-data.
emacs/notmuch-lib.el