# HG changeset patch # User Richard M. Stallman # Date 762755886 0 # Node ID f5f8e0bcfaafaf5f0fc3508cee3606047db687f2 # Parent b094b321b4a667c2079bbaf279a0eabaff7c5dad (system-key-alist): Fix the code value for `remove'. diff -r b094b321b4a6 -r f5f8e0bcfaaf lisp/term/x-win.el --- a/lisp/term/x-win.el Fri Mar 04 04:19:14 1994 +0000 +++ b/lisp/term/x-win.el Fri Mar 04 04:38:06 1994 +0000 @@ -522,8 +522,8 @@ (65395 . deletechar) (65396 . backtab) (65397 . kp-backtab) - ;; This is used on some system or other. - (0 . remove) + ;; This is used by DEC's X server. + (65280 . remove) ;; These are for Sun. (392976 . f35) (392977 . f36)