aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-13 03:14:07 +0000
committerRichard M. Stallman <[email protected]>1993-05-13 03:14:07 +0000
commit4f6e4ad6cdd5717068e16ccaac8da7c123807646 (patch)
tree63439027ce9ece5cc20cca75c40de1b9f6242ec1 /lisp/vc.el
parent0e5ad25f6b4abb57a379bd309beeda8371bf41f9 (diff)
(Setting minor-mode-map-alist):
Put the map directly in the alist, not a variable name.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 3e0f41f700..6073ebe86d 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -830,7 +830,7 @@ the variable `vc-header-alist'."
(or (not (boundp 'minor-mode-map-alist))
(assq 'vc-dired-mode minor-mode-map-alist)
(setq minor-mode-map-alist
- (cons '(vc-dired-mode . vc-dired-prefix-map)
+ (cons (cons 'vc-dired-mode vc-dired-prefix-map)
minor-mode-map-alist)))
(defun vc-dired-mode ()