changeset 60609:1416f9f933e4

(normal-erase-is-backspace): Set default to t if running on Mac.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 15 Mar 2005 07:45:21 +0000
parents 4b80e9c28e8f
children 2e557b2af3db
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Tue Mar 15 06:26:15 2005 +0000
+++ b/lisp/simple.el	Tue Mar 15 07:45:21 2005 +0000
@@ -5069,6 +5069,7 @@
 (defcustom normal-erase-is-backspace
   (and (not noninteractive)
        (or (memq system-type '(ms-dos windows-nt))
+	   (eq window-system 'mac)
 	   (and (memq window-system '(x))
 		(fboundp 'x-backspace-delete-keys-p)
 		(x-backspace-delete-keys-p))