]> git.eshelyaron.com Git - emacs.git/commitdiff
ascii-character props for backspace, delete, etc. moved back to x-win.el.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Dec 1993 00:47:30 +0000 (00:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Dec 1993 00:47:30 +0000 (00:47 +0000)
lisp/simple.el

index 519447f6387cde12a3e2a7dbb15dc23e73c75132..1a605d3ba182803ed717d2defb420ec31c1c9521 100644 (file)
@@ -2269,14 +2269,4 @@ a completion with the mouse."
    (kp-divide ?/)
    (kp-equal ?=)))
 
-;; These tell read-char how to convert
-;; these special chars to ASCII.
-(put 'backspace 'ascii-character 127)
-(put 'delete 'ascii-character 127)
-(put 'tab 'ascii-character ?\t)
-(put 'linefeed 'ascii-character ?\n)
-(put 'clear 'ascii-character 12)
-(put 'return 'ascii-character 13)
-(put 'escape 'ascii-character ?\e)
-
 ;;; simple.el ends here