From: YAMAMOTO Mitsuharu Date: Tue, 15 Mar 2005 07:45:21 +0000 (+0000) Subject: (normal-erase-is-backspace): Set default to t if running on Mac. X-Git-Tag: ttn-vms-21-2-B4~1803 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=267e1dbee4309e9fc8551ba7d45481a737a3e261;p=emacs.git (normal-erase-is-backspace): Set default to t if running on Mac. --- diff --git a/lisp/simple.el b/lisp/simple.el index 9062d39e1c1..28b62a27098 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5069,6 +5069,7 @@ the front of the list of recently selected ones." (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))