Mercurial > emacs
changeset 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 | b094b321b4a6 |
children | 390dfe557c7d |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)