diff options
author | Juri Linkov <juri@linkov.net> | 2020-07-02 01:08:18 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2020-07-02 01:08:18 +0300 |
commit | c70a3a41630a39283f10f183cefb4643a6d424cc (patch) | |
tree | 3dfd7c8d864d035a14e9b104067be66e89c3afe7 /lisp/vc/vc-dir.el | |
parent | aa6c35e95f8f5014894c3c8db33524b70d4ee055 (diff) | |
download | emacs-c70a3a41630a39283f10f183cefb4643a6d424cc.tar.gz emacs-c70a3a41630a39283f10f183cefb4643a6d424cc.tar.bz2 emacs-c70a3a41630a39283f10f183cefb4643a6d424cc.zip |
Revert feature added in bfd96e995d using project directories in vc (bug#41821)
Diffstat (limited to 'lisp/vc/vc-dir.el')
-rw-r--r-- | lisp/vc/vc-dir.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index 46be9b73801..cdf8ab984e8 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el @@ -1366,7 +1366,7 @@ These are the commands available for use in the file status buffer: ;; Otherwise if you do C-x v d -> C-x C-f -> C-x v d ;; you may get a new *vc-dir* buffer, different from the original (file-truename (read-directory-name "VC status for directory: " - (vc-root-dir) (vc-known-roots) t + (vc-root-dir) nil t nil)) (if current-prefix-arg (intern |