* vc-dir.el (vc-dir): Complete only directory names.
This commit is contained in:
parent
7992f52c27
commit
a1fc8acb0f
2 changed files with 18 additions and 13 deletions
|
@ -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>
|
2008-06-27 Jason Rumney <jasonr@gnu.org>
|
||||||
|
|
||||||
* w32-fns.el (top-level): Unconditionally define all charsets.
|
* w32-fns.el (top-level): Unconditionally define all charsets.
|
||||||
|
@ -8,7 +12,7 @@
|
||||||
the CC Mode specific functions; this is no longer needed, since
|
the CC Mode specific functions; this is no longer needed, since
|
||||||
{beginning,end}-of-defun now pass ARG to ...-of-defun-function.
|
{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.
|
'argumentative-bod-function.
|
||||||
|
|
||||||
2008-06-27 John Paul Wallington <jpw@pobox.com>
|
2008-06-27 John Paul Wallington <jpw@pobox.com>
|
||||||
|
|
|
@ -981,7 +981,8 @@ With a prefix argument ask what VC backend to use."
|
||||||
(interactive
|
(interactive
|
||||||
(list
|
(list
|
||||||
(read-file-name "VC status for directory: "
|
(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
|
(if current-prefix-arg
|
||||||
(intern
|
(intern
|
||||||
(completing-read
|
(completing-read
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue