diff options
| -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." | |||
| 2215 | ;; Otherwise, initialize a new view using the dispatcher layer | 2215 | ;; Otherwise, initialize a new view using the dispatcher layer |
| 2216 | (progn | 2216 | (progn |
| 2217 | ;; Build a capability object and hand it to the dispatcher initializer | 2217 | ;; Build a capability object and hand it to the dispatcher initializer |
| 2218 | (vc-dir-mode (vc-make-backend-object backend)) | 2218 | (vc-dir-mode (vc-make-backend-object dir)) |
| 2219 | ;; Add VC-specific keybindings | 2219 | ;; Add VC-specific keybindings |
| 2220 | (let ((map (current-local-map))) | 2220 | (let ((map (current-local-map))) |
| 2221 | (define-key map "=" 'vc-diff) ;; C-x v = | 2221 | (define-key map "=" 'vc-diff) ;; C-x v = |