From: Eric S. Raymond Date: Sun, 4 May 2008 13:20:50 +0000 (+0000) Subject: Typo fix. X-Git-Tag: emacs-pretest-23.0.90~5827 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3e0b93f147c33cc626b545976bc30ceadffd135;p=emacs.git Typo fix. --- 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 =