Mercurial > hg > xemacs-beta
diff lisp/events.el @ 321:19dcec799385 r21-0-58
Import from CVS: tag r21-0-58
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:46:44 +0200 |
parents | 41ff10fd062f |
children | cc15677e0335 |
line wrap: on
line diff
--- a/lisp/events.el Mon Aug 13 10:46:01 2007 +0200 +++ b/lisp/events.el Mon Aug 13 10:46:44 2007 +0200 @@ -120,8 +120,6 @@ (while pairs (puthash (pop pairs) (pop pairs) keyboard-translate-table))) -(put 'backspace 'ascii-character ?\b) -(put 'delete 'ascii-character ?\177) (put 'tab 'ascii-character ?\t) (put 'linefeed 'ascii-character ?\n) (put 'clear 'ascii-character 12)