diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-20 21:54:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-20 21:54:59 +0000 |
commit | 5e5e5d428a7203f7b53873f41914ace37d659817 (patch) | |
tree | aa4f34eddadb8eeefb5c66bdef53a45183bde5c6 /lisp/array.el | |
parent | 9b69702f3a80aa46880348261fb2a36d014fd859 (diff) | |
download | emacs-5e5e5d428a7203f7b53873f41914ace37d659817.tar.gz |
(array-mode): Set overwrite-mode to overwrite-mode-textual.
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 96f98e2e71e..31b6f6071b1 100644 --- a/lisp/array.el +++ b/lisp/array.el @@ -887,7 +887,7 @@ Entering array mode calls the function `array-mode-hook'." (force-mode-line-update) (make-variable-buffer-local 'truncate-lines) (setq truncate-lines t) - (setq overwrite-mode t) + (setq overwrite-mode 'overwrite-mode-textual) (use-local-map array-mode-map) (run-hooks 'array-mode-hook)) |