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 15:09:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   08/05/05 15:09:00

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.631
retrieving revision 1.632
diff -u -b -r1.631 -r1.632
--- vc.el       5 May 2008 02:43:34 -0000       1.631
+++ vc.el       5 May 2008 15:08:59 -0000       1.632
@@ -674,6 +674,7 @@
 
 (eval-when-compile
   (require 'dired)
+  (require 'dired-aux)
   (require 'cl))
 
 (unless (assoc 'vc-parent-buffer minor-mode-alist)
@@ -2182,7 +2183,7 @@
 (defun vc-generic-status-printer (fileentry)
   (let* ((file (vc-dir-fileinfo->name fileentry))
         (backend (vc-responsible-backend file)))
-    (vc-call-backend backend 'status-printer file)))
+    (vc-call-backend backend 'status-printer fileentry)))
   
 (defun vc-generic-state (file)
   (let ((backend (vc-responsible-backend file)))




reply via email to

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