This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.1'.
[chise/xemacs-chise.git.1] / lisp / events.el
index 2c1706f..c587e75 100644 (file)
@@ -120,6 +120,8 @@ See `keyboard-translate-table' for more information."
   (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)