From 267e1dbee4309e9fc8551ba7d45481a737a3e261 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Tue, 15 Mar 2005 07:45:21 +0000 Subject: [PATCH] (normal-erase-is-backspace): Set default to t if running on Mac. --- lisp/simple.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.2