Use a better mechanism for updating autogenerated variables.
commit3d7f962015368e179bc69fddb7276040fd04f254
authorMichael Olson <mwolson@gnu.org>
Wed, 5 Apr 2006 15:45:07 +0000 (5 15:45 +0000)
committerMichael Olson <mwolson@gnu.org>
Wed, 5 Apr 2006 15:45:07 +0000 (5 15:45 +0000)
tree01408f15a6004d17bcab71d9c91a24dfadaec705
parent6e23d2b5ab29ac8b0d9953336bb1bb90d048460d
Use a better mechanism for updating autogenerated variables.

* lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.

* lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.

* lisp/muse-protocols.el: Add `muse-update-url-regexp' to
  muse-update-values-hook.

* lisp/muse-publish.el (muse-publish-markup-buffer): Call
  muse-update-values-hook.

* lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
  `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
  (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
  error is fixed.
  (muse-wiki-update-custom-values): Replace with function that gives a
  warning and an explanation.

* examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
  example so that people who use it won't have a wrong value in
  muse-mode-hook.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-88
ChangeLog.2006
examples/mwolson/muse-init.el
lisp/muse-mode.el
lisp/muse-protocols.el
lisp/muse-publish.el
lisp/muse-wiki.el
lisp/muse.el