Fix #4973: muse-project-ignore-regexp too aggressive
commit7523244c9a3ee679dd4661156d72b95feaeb40d5
authorMichael Olson <mwolson@gnu.org>
Thu, 5 Jan 2006 03:51:57 +0000 (5 03:51 +0000)
committerMichael Olson <mwolson@gnu.org>
Thu, 5 Jan 2006 03:51:57 +0000 (5 03:51 +0000)
treef179c24d2e73845c33ab131f2d0c1bc992acad12
parent419b808adb2febfda69ff4f9619e0b4c48598a8e
Fix #4973: muse-project-ignore-regexp too aggressive

* lisp/muse-project.el (muse-project-ignore-regexp): Note that
  case-fold-search should be nil before using this regexp.
  (muse-project-recurse-directory, muse-project-file-entries)
  (muse-project-of-file): Set case-fold-search to nil before matching
  against muse-project-ignore-regexp.  Thanks to G. J. Teale for the
  report.

* muse-registry.el (muse-registry-make-new-registry): Ditto.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-346
ChangeLog
lisp/muse-project.el
lisp/muse-registry.el