aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/array.el
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-20 21:54:59 +0000
committerRichard M. Stallman1995-11-20 21:54:59 +0000
commit5e5e5d428a7203f7b53873f41914ace37d659817 (patch)
treeaa4f34eddadb8eeefb5c66bdef53a45183bde5c6 /lisp/array.el
parent9b69702f3a80aa46880348261fb2a36d014fd859 (diff)
downloademacs-5e5e5d428a7203f7b53873f41914ace37d659817.tar.gz
emacs-5e5e5d428a7203f7b53873f41914ace37d659817.zip
(array-mode): Set overwrite-mode to overwrite-mode-textual.
Diffstat (limited to 'lisp/array.el')
-rw-r--r--lisp/array.el2
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'."
887 (force-mode-line-update) 887 (force-mode-line-update)
888 (make-variable-buffer-local 'truncate-lines) 888 (make-variable-buffer-local 'truncate-lines)
889 (setq truncate-lines t) 889 (setq truncate-lines t)
890 (setq overwrite-mode t) 890 (setq overwrite-mode 'overwrite-mode-textual)
891 (use-local-map array-mode-map) 891 (use-local-map array-mode-map)
892 (run-hooks 'array-mode-hook)) 892 (run-hooks 'array-mode-hook))
893 893