diff options
| -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)." | |||
| 295 | 295 | ||
| 296 | (setq help-event-list '(help f1)) | 296 | (setq help-event-list '(help f1)) |
| 297 | 297 | ||
| 298 | (make-variable-buffer-local 'minor-mode-overriding-map-alist) | ||
| 299 | |||
| 298 | ;These commands are defined in editfns.c | 300 | ;These commands are defined in editfns.c |
| 299 | ;but they are not assigned to keys there. | 301 | ;but they are not assigned to keys there. |
| 300 | (put 'narrow-to-region 'disabled t) | 302 | (put 'narrow-to-region 'disabled t) |