summaryrefslogtreecommitdiff
path: root/lisp/array.el
diff options
context:
space:
mode:
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'."
(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))