# HG changeset patch # User Richard M. Stallman # Date 756780450 0 # Node ID 395a16e45f1747149f6190dc362065def2b5450b # Parent f3886103809331817f2076a1415e955288ffe569 ascii-character props for backspace, delete, etc. moved back to x-win.el. diff -r f38861038093 -r 395a16e45f17 lisp/simple.el --- 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