]> git.eshelyaron.com Git - emacs.git/commitdiff
Typo fix.
authorEric S. Raymond <esr@snark.thyrsus.com>
Mon, 5 May 2008 02:43:34 +0000 (02:43 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Mon, 5 May 2008 02:43:34 +0000 (02:43 +0000)
lisp/vc.el

index d8af84425cedd9f0f65da281dcb933279fb6855e..9387bf7391ae392218d28ffa19d92c8be37e4cd9 100644 (file)
@@ -2181,7 +2181,7 @@ outside of VC) and one wants to do some operation on it."
 
 (defun vc-generic-status-printer (fileentry)
   (let* ((file (vc-dir-fileinfo->name fileentry))
-        ((backend (vc-responsible-backend file))))
+        (backend (vc-responsible-backend file)))
     (vc-call-backend backend 'status-printer file)))
   
 (defun vc-generic-state (file)