From acc8cdd2122a8575526d8e06f586b63c4b600e80 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 4 Mar 1994 04:38:06 +0000 Subject: [PATCH] (system-key-alist): Fix the code value for `remove'. --- lisp/term/x-win.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5