X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fevents.el;h=2c1706ff2d5e839df3d2f5404b3896b20485f7cf;hb=cc1e3c3c27a6f62ba789819c871b2d8101835286;hp=c587e7506f40e6cb3989d68f6a443cc06ce0f1cc;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/events.el b/lisp/events.el index c587e75..2c1706f 100644 --- a/lisp/events.el +++ b/lisp/events.el @@ -120,8 +120,6 @@ 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)