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: Sun, 04 May 2008 13:20:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   08/05/04 13:20:51

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.628
retrieving revision 1.629
diff -u -b -r1.628 -r1.629
--- vc.el       4 May 2008 13:17:33 -0000       1.628
+++ vc.el       4 May 2008 13:20:50 -0000       1.629
@@ -2215,7 +2215,7 @@
     ;; Otherwise, initialize a new view using the dispatcher layer
     (progn
       ;; Build a capability object and hand it to the dispatcher initializer
-      (vc-dir-mode (vc-make-backend-object backend))
+      (vc-dir-mode (vc-make-backend-object dir))
       ;; Add VC-specific keybindings
       (let ((map (current-local-map)))
        (define-key map "=" 'vc-diff) ;; C-x v =




reply via email to

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