emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el,v


From: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Mon, 05 May 2008 02:43:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   08/05/05 02:43:35

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.630
retrieving revision 1.631
diff -u -b -r1.630 -r1.631
--- vc.el       4 May 2008 23:24:49 -0000       1.630
+++ vc.el       5 May 2008 02:43:34 -0000       1.631
@@ -2181,7 +2181,7 @@
 
 (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]