(normal-erase-is-backspace): Set default to t if running on Mac.
This commit is contained in:
parent
0ec31faf30
commit
267e1dbee4
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue