diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-01-02 23:52:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-01-02 23:52:11 +0000 |
commit | 631560f658fc79824cc5099fabda5f2f31271341 (patch) | |
tree | f4a6a2d039842b17481bb9f7a2a173e04b91a448 /lisp/bindings.el | |
parent | afa523f7538a8bd5a32d838e1032c4cc77cd7550 (diff) | |
download | emacs-631560f658fc79824cc5099fabda5f2f31271341.tar.gz |
(minor-mode-overriding-map-alist):
Call make-variable-buffer-local.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index b9ec2e5413f..a4ef420b69f 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) |