diff options
Diffstat (limited to 'lisp/array.el')
| -rw-r--r-- | lisp/array.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/array.el b/lisp/array.el index b1182c7f16e..d6084650a59 100644 --- a/lisp/array.el +++ b/lisp/array.el | |||
| @@ -903,7 +903,7 @@ Entering array mode calls the function `array-mode-hook'." | |||
| 903 | (setq major-mode 'array-mode) | 903 | (setq major-mode 'array-mode) |
| 904 | (setq mode-name "Array") | 904 | (setq mode-name "Array") |
| 905 | (force-mode-line-update) | 905 | (force-mode-line-update) |
| 906 | (make-variable-buffer-local 'truncate-lines) | 906 | (make-local-variable 'truncate-lines) |
| 907 | (setq truncate-lines t) | 907 | (setq truncate-lines t) |
| 908 | (setq overwrite-mode 'overwrite-mode-textual) | 908 | (setq overwrite-mode 'overwrite-mode-textual) |
| 909 | (use-local-map array-mode-map) | 909 | (use-local-map array-mode-map) |