diff lisp/term/x-win.el @ 6195:f5f8e0bcfaaf

(system-key-alist): Fix the code value for `remove'.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Mar 1994 04:38:06 +0000
parents fefa088fc7f9
children 63bf78eadcfe
line wrap: on
line diff
--- 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)