diff lisp/events.el @ 375:a300bb07d72d r21-2b3

Import from CVS: tag r21-2b3
author cvs
date Mon, 13 Aug 2007 11:04:51 +0200
parents cc15677e0335
children
line wrap: on
line diff
--- a/lisp/events.el	Mon Aug 13 11:04:07 2007 +0200
+++ b/lisp/events.el	Mon Aug 13 11:04:51 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)