aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>2008-05-04 13:20:50 +0000
committerEric S. Raymond <[email protected]>2008-05-04 13:20:50 +0000
commita3e0b93f147c33cc626b545976bc30ceadffd135 (patch)
tree438d1056884eaa8cb5d783830c18417199ad2b18
parentcb625535b532afa1017ed5b6ff7ca0b25f1e3b0a (diff)
Typo fix.
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
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 =