* vc-dir.el (vc-dir): Complete only directory names.

This commit is contained in:
Juanma Barranquero 2008-06-27 23:29:15 +00:00
parent 7992f52c27
commit a1fc8acb0f
2 changed files with 18 additions and 13 deletions

View file

@ -1,3 +1,7 @@
2008-06-27 Juanma Barranquero <lekktu@gmail.com>
* vc-dir.el (vc-dir): Complete only directory names.
2008-06-27 Jason Rumney <jasonr@gnu.org>
* w32-fns.el (top-level): Unconditionally define all charsets.
@ -8,7 +12,7 @@
the CC Mode specific functions; this is no longer needed, since
{beginning,end}-of-defun now pass ARG to ...-of-defun-function.
* progmodes/cc-defs.el (c-emacs-features): new feature
* progmodes/cc-defs.el (c-emacs-features): New feature
'argumentative-bod-function.
2008-06-27 John Paul Wallington <jpw@pobox.com>

View file

@ -981,7 +981,8 @@ With a prefix argument ask what VC backend to use."
(interactive
(list
(read-file-name "VC status for directory: "
default-directory default-directory t)
default-directory default-directory t
nil #'file-directory-p)
(if current-prefix-arg
(intern
(completing-read