changeset 94612:b37bca16668a

Typo fix.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sun, 04 May 2008 13:20:50 +0000
parents 78377ffa1363
children 5cfb1b43668c
files lisp/vc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Sun May 04 13:17:33 2008 +0000
+++ b/lisp/vc.el	Sun May 04 13:20:50 2008 +0000
@@ -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 =