Mercurial > emacs
changeset 20577:46c697b88c83
(minor-mode-overriding-map-alist):
Call make-variable-buffer-local.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 02 Jan 1998 23:52:11 +0000 |
parents | b916d29222a3 |
children | 7eb29ad824eb |
files | lisp/bindings.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)