]> git.eshelyaron.com Git - emacs.git/commitdiff
Typo fix.
authorEric S. Raymond <esr@snark.thyrsus.com>
Sun, 4 May 2008 13:20:50 +0000 (13:20 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Sun, 4 May 2008 13:20:50 +0000 (13:20 +0000)
lisp/vc.el

index dcb2a8bf13fd20c08b582c99b74df1a826cdbca2..4196b5ba90b14b5aea7a1397f1eab71338b53da2 100644 (file)
@@ -2215,7 +2215,7 @@ outside of VC) and one wants to do some operation on it."
     ;; 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 =