Jonathan Harris <jhar(a)tardis.ed.ac.uk> writes:
1998-09-20 Jonathan Harris <jhar(a)tardis.ed.ac.uk>
* simple.el (delete-key-deletes-forward): Custom default changed
from nil to '(eq system-type 'windows-nt)'.
This the wrong fix, you should add a windows-nt case to this
;; Trash me, baby.
(defsubst delete-forward-p ()
(and delete-key-deletes-forward
(or (not (eq (device-type) 'x))
(x-keysym-on-keyboard-sans-modifiers-p 'backspace))))
Jan