From: Richard M. Stallman Date: Fri, 4 Mar 1994 04:38:06 +0000 (+0000) Subject: (system-key-alist): Fix the code value for `remove'. X-Git-Tag: emacs-19.34~9657 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=acc8cdd2122a8575526d8e06f586b63c4b600e80;p=emacs.git (system-key-alist): Fix the code value for `remove'. --- diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 1c1b8926822..edbf3cbb005 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -522,8 +522,8 @@ This returns ARGS with the arguments that have been processed removed." (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)