From: Richard M. Stallman Date: Fri, 2 Jan 1998 23:52:11 +0000 (+0000) Subject: (minor-mode-overriding-map-alist): X-Git-Tag: emacs-20.3~2497 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=977101145a5ced87dfd4c134fa4fe4c372d383a0;p=emacs.git (minor-mode-overriding-map-alist): Call make-variable-buffer-local. --- 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)