changeset 5343:395a16e45f17

ascii-character props for backspace, delete, etc. moved back to x-win.el.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Dec 1993 00:47:30 +0000
parents f38861038093
children 82d17c6e5350
files lisp/simple.el
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sat Dec 25 00:45:07 1993 +0000
+++ b/lisp/simple.el	Sat Dec 25 00:47:30 1993 +0000
@@ -2269,14 +2269,4 @@
    (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