Fix several startup and compile errors.
commit7fe7e5be9dc80d28af7f7d9d02a1439f0123ce12
authorMichael Olson <mwolson@gnu.org>
Thu, 7 Jul 2005 06:27:02 +0000 (7 06:27 +0000)
committerMichael Olson <mwolson@gnu.org>
Thu, 7 Jul 2005 06:27:02 +0000 (7 06:27 +0000)
tree84c03415e0757db865a0cee1cf09ee6f80abd714
parent264f9ee0d877a641d5000a1933b2e13c9b0b9c3e
Fix several startup and compile errors.

* lisp/muse-wiki.el ("muse-publish"): Use correct name of function.  This
  fixes an error that occurred during startup.

* lisp/muse-regexps.el (muse-ignored-extensions-regexp)
  (muse-update-ignored-extensions-regexp, muse-ignored-extensions): Move
  to muse.el.

* lisp/muse.el (muse-update-ignored-extensions-regexp): Fix ordering so
  that the nasty compile errors go away.  Fix a few typos.
  (muse-ignored-extensions): Fix docstring.
  (muse-file-extension): Move this higher in the file.

git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-102
ChangeLog
lisp/muse-regexps.el
lisp/muse-wiki.el
lisp/muse.el