Fix bug #7424: Error in redisplay while using Emacs 21.3
commit78e7471c9ebef236e062d5de8bc6f8b503f6784d
authorMichael Olson <mwolson@gnu.org>
Mon, 30 Oct 2006 04:50:57 +0000 (30 04:50 +0000)
committerMichael Olson <mwolson@gnu.org>
Mon, 30 Oct 2006 04:50:57 +0000 (30 04:50 +0000)
tree5e302a0ed7949f816ffdd1cb901589a521c154f5
parentf98f441a4a65b1dcb314e9ba05d7464e4954632a
Fix bug #7424: Error in redisplay while using Emacs 21.3

2006-10-29  Michael Olson  <mwolson@gnu.org>

* lisp/muse-wiki.el (muse-wiki-update-project-file-regexp)
(muse-wiki-update-interwiki-regexp): Ensure that nil is never
passed to regexp-opt, since that can cause Emacs 21 to throw an
"maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
DOT edu for the report.
(muse-wiki-handle-wikiword): Avoid a potential stringp error.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-235
ChangeLog
lisp/muse-wiki.el