Fix a potential unbounded recursive call.
commit61547c6fe8c4ada991b8b0b62c07d19e9eccfeef
authorMichael Olson <mwolson@gnu.org>
Wed, 24 May 2006 03:30:40 +0000 (24 03:30 +0000)
committerMichael Olson <mwolson@gnu.org>
Wed, 24 May 2006 03:30:40 +0000 (24 03:30 +0000)
tree56a8e68f6b447eff8d01265e03f0c5fbba5a8a9c
parent722be8e9f2f8b1d1ceba20097d33f985a7fae45e
Fix a potential unbounded recursive call.

* lisp/muse-project.el (muse-updating-file-alist-p): New variable that
  prevents calls to muse-project-file-alist in its hook functions from
  going into an infinite loop.
  (muse-project-file-alist): Use it.

* lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
  handled in muse-project.el.
  (muse-wiki-update-local-wikiword-regexp): Remove the use of
  muse-wiki-updating-wikiword-p.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-135
ChangeLog.2006
lisp/muse-project.el
lisp/muse-wiki.el