mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(minor-mode-overriding-map-alist):
Call make-variable-buffer-local.
This commit is contained in:
parent
64dd362982
commit
977101145a
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue