mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; Fix last change.
This commit is contained in:
parent
cd84bd6a0c
commit
9cad2da66e
1 changed files with 4 additions and 4 deletions
|
|
@ -1275,7 +1275,7 @@ that file."
|
|||
;; FIXME: Warning: UGLY HACK. The CVS backend caches the state
|
||||
;; info, this forces the backend to update it.
|
||||
(vc-call-backend vc-dir-backend 'registered fname))
|
||||
(let ((default-directory def-dir)
|
||||
(let* ((default-directory def-dir)
|
||||
(state (vc-call-backend vc-dir-backend 'state fname-short))
|
||||
(extra (vc-call-backend vc-dir-backend
|
||||
'status-fileinfo-extra fname-short)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue