Fix bug involving visiting Muse files in nested directories
commit8b07119d1724318b0c85794bdfd59c0763f715f6
authorMichael W. Olson <mwolson@gnu.org>
Sun, 5 Aug 2007 21:33:47 +0000 (5 17:33 -0400)
committerMichael W. Olson <mwolson@gnu.org>
Sun, 5 Aug 2007 21:33:47 +0000 (5 17:33 -0400)
tree1c860ed782663c9a35d229353c2a8a4e7cb4d945
parent7853f39f6800d7e6418143ff2d5ae294ed1ea026
Fix bug involving visiting Muse files in nested directories

* .gitignore: Add the DVC log edit file.

* lisp/muse-project.el (muse-project-of-file): Simplify by using catch,
  throw, and dolist.  Look for exact matches before considering any
  subdirectories.  If no exact matches are found, then pick the longest
  match.

* lisp/muse.el (muse-sort-by-rating): Mention default test in
  documentation.
.gitignore
ChangeLog
lisp/muse-project.el
lisp/muse.el