Note that muse-file-extension should not have "." in front.
commit264f9ee0d877a641d5000a1933b2e13c9b0b9c3e
authorMichael Olson <mwolson@gnu.org>
Thu, 7 Jul 2005 05:57:51 +0000 (7 05:57 +0000)
committerMichael Olson <mwolson@gnu.org>
Thu, 7 Jul 2005 05:57:51 +0000 (7 05:57 +0000)
tree097ecd1ce7f5de2409b32872379ed741b7cbb60c
parentde7b99585e4eb9102dfb69ae88143e699d1f5f43
Note that muse-file-extension should not have "." in front.

* lisp/muse-project.el (muse-project-find-file): Handle case where
  muse-file-extension is not specified.

* lisp/muse.el (muse-file-extension): Note that the period at the
  beginning of this value should be omitted.

* lisp/muse-regexps.el (muse-update-ignored-extensions-regexp): Quote
  file extension so that regexp characters inside the extension will not
  goof it up.  This should never be a problem in normal cases, but let's
  be robust.

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