Don't prompt unnecessarily when doing C-c C-t in a Muse project file.
commit5a37745489adbce6ef9912c0cb683b83ec0630b7
authorMichael Olson <mwolson@gnu.org>
Fri, 26 Aug 2005 14:48:08 +0000 (26 14:48 +0000)
committerMichael Olson <mwolson@gnu.org>
Fri, 26 Aug 2005 14:48:08 +0000 (26 14:48 +0000)
tree9147f979e363d1700e2df60ad105b75004262708
parentd7f82c51a3c353657c1c2627a0ce922ac41ecb99
Don't prompt unnecessarily when doing C-c C-t in a Muse project file.

* lisp/muse-publish.el (muse-publish-get-output-dir): Use
  `muse-read-directory-name' instead of `read-file-name'.  Now Muse won't
  offer the style and directory prompt when you hit C-c C-t in a file
  belonging to a defined Muse project.  Otherwise prompt.  Thanks to Yann
  Hodique for the fix.

* lisp/muse.el (muse-read-directory-name): New function that defines a
  fallback version of `read-directory-name', since Emacs21 doesn't have
  it.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-209
ChangeLog
lisp/muse-publish.el
lisp/muse.el