From a3e0b93f147c33cc626b545976bc30ceadffd135 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 4 May 2008 13:20:50 +0000 Subject: Typo fix. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/vc.el b/lisp/vc.el index dcb2a8bf13..4196b5ba90 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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 = -- cgit v1.2.3