# HG changeset patch # User Richard M. Stallman # Date 883785131 0 # Node ID 46c697b88c836c55eacacb675689c9f8c54302b0 # Parent b916d29222a3820b564fb17b8bace9d1ecaf0df2 (minor-mode-overriding-map-alist): Call make-variable-buffer-local. diff -r b916d29222a3 -r 46c697b88c83 lisp/bindings.el --- a/lisp/bindings.el Fri Jan 02 23:37:19 1998 +0000 +++ b/lisp/bindings.el Fri Jan 02 23:52:11 1998 +0000 @@ -295,6 +295,8 @@ (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)