Fixed mismatched parenthesis in vc-dir.el.
See Sven Joachim message <87fxq2cotk.fsf@gmx.de> on [emacs-devel]. 2008-07-22 Sven Joachim <svenjoac@gmx.de> (tiny change) * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched paenthesis.
This commit is contained in:
parent
2ae8360b51
commit
276db9eb1f
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2008-07-22 Sven Joachim <svenjoac@gmx.de> (tiny change)
|
||||
|
||||
* vc-dir.el (vc-dir-recompute-file-state): Fix mismatched
|
||||
paenthesis.
|
||||
|
||||
2008-07-22 Miles Bader <miles@gnu.org>
|
||||
|
||||
* progmodes/sh-script.el (sh-newline-and-indent): Remove.
|
||||
|
|
|
|||
|
|
@ -776,7 +776,7 @@ If it is a file, return the corresponding cons for the file itself."
|
|||
(when (eq vc-dir-backend 'CVS)
|
||||
;; 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))
|
||||
(vc-call-backend vc-dir-backend 'registered fname)))
|
||||
(state (vc-call-backend vc-dir-backend 'state fname))
|
||||
(extra (vc-call-backend vc-dir-backend
|
||||
'status-fileinfo-extra fname)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue