]> git.eshelyaron.com Git - emacs.git/commitdiff
(array-mode): Set overwrite-mode to overwrite-mode-textual.
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Nov 1995 21:54:59 +0000 (21:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Nov 1995 21:54:59 +0000 (21:54 +0000)
lisp/array.el

index 96f98e2e71e03063fe913bdfc378a50adf752887..31b6f6071b11b9c73cf4b20d227137523f84eb95 100644 (file)
@@ -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))