mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-22 04:21:24 -08:00
; Fix last change.
This commit is contained in:
parent
fc682db9d8
commit
cd88b8c2ba
1 changed files with 1 additions and 1 deletions
|
|
@ -1474,7 +1474,7 @@ BEWARE: this function may change the current buffer."
|
|||
(vc-deduce-fileset not-state-changing allow-unregistered state-model-only-files)))
|
||||
((and (not buffer-file-name)
|
||||
(setq backend (vc-responsible-backend default-directory)))
|
||||
(list backend default-directory))
|
||||
(list backend (list default-directory)))
|
||||
((and allow-unregistered (not (vc-registered buffer-file-name)))
|
||||
(if state-model-only-files
|
||||
(list (vc-backend-for-registration (buffer-file-name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue