]> git.eshelyaron.com Git - emacs.git/commitdiff
(system-key-alist): Fix the code value for `remove'.
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Mar 1994 04:38:06 +0000 (04:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Mar 1994 04:38:06 +0000 (04:38 +0000)
lisp/term/x-win.el

index 1c1b89268223ef6afa48005edde441f0a71056f8..edbf3cbb0058af0b17616f2179fb48aef7750efb 100644 (file)
@@ -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)