diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-04 13:20:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-04 13:20:50 +0000 |
commit | a3e0b93f147c33cc626b545976bc30ceadffd135 (patch) | |
tree | 438d1056884eaa8cb5d783830c18417199ad2b18 /lisp | |
parent | cb625535b532afa1017ed5b6ff7ca0b25f1e3b0a (diff) | |
download | emacs-a3e0b93f147c33cc626b545976bc30ceadffd135.tar.gz |
Typo fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index dcb2a8bf13f..4196b5ba90b 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 = |