Use our own safer variant of file-name-sans-extension
commit6444de6b73ec0bc17f3e8e97a79177cd27ae8903
authorMichael Olson <mwolson@gnu.org>
Mon, 11 Sep 2006 23:53:24 +0000 (11 23:53 +0000)
committerMichael Olson <mwolson@gnu.org>
Mon, 11 Sep 2006 23:53:24 +0000 (11 23:53 +0000)
tree74450ab77538c8d08ba5b650fa26885ce0fd2955
parent4a4c0b7b22e31ab25fd6f41b579eceeb0e81f519
Use our own safer variant of file-name-sans-extension

2006-09-11  Michael Olson  <mwolson@gnu.org>

* lisp/muse.el (muse-path-sans-extension): New function that acts
like file-name-sans-extension, but guarantees to never modify the
directory part of the path.  Thanks to Evan Monroig for
investigating this.

* lisp/muse-book.el (muse-book-publish-project): Use
muse-path-sans-extension instead of file-name-sans-extension.

* lisp/muse-publish.el (muse-publish-file, muse-publish-url):
Ditto.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-204
AUTHORS
ChangeLog
lisp/muse-book.el
lisp/muse-publish.el
lisp/muse.el