aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-01-02 23:52:11 +0000
committerRichard M. Stallman <[email protected]>1998-01-02 23:52:11 +0000
commit977101145a5ced87dfd4c134fa4fe4c372d383a0 (patch)
treec24e5a7b08ded3a1d82ce17ffff0f06aa3a55b4a /lisp/bindings.el
parent64dd36298286093d583b9d602d9fa2eead961fc4 (diff)
(minor-mode-overriding-map-alist):
Call make-variable-buffer-local.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index b9ec2e5413..a4ef420b69 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -295,6 +295,8 @@ for \\[find-tag] (which see)."
(setq help-event-list '(help f1))
+(make-variable-buffer-local 'minor-mode-overriding-map-alist)
+
;These commands are defined in editfns.c
;but they are not assigned to keys there.
(put 'narrow-to-region 'disabled t)