Mercurial > hg > xemacs-beta
diff lisp/events.el @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 19dcec799385 |
children | a300bb07d72d |
line wrap: on
line diff
--- a/lisp/events.el Mon Aug 13 11:01:58 2007 +0200 +++ b/lisp/events.el Mon Aug 13 11:03:08 2007 +0200 @@ -120,6 +120,8 @@ (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)