(normal-erase-is-backspace): Set default to t if running on Mac.

This commit is contained in:
YAMAMOTO Mitsuharu 2005-03-15 07:45:21 +00:00
parent 0ec31faf30
commit 267e1dbee4

View file

@ -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))