From: Richard M. Stallman Date: Sat, 25 Dec 1993 00:47:30 +0000 (+0000) Subject: ascii-character props for backspace, delete, etc. moved back to x-win.el. X-Git-Tag: emacs-19.34~10508 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aba567f8eb70459d21fcf2ed9f2b2543116d5b8a;p=emacs.git ascii-character props for backspace, delete, etc. moved back to x-win.el. --- diff --git a/lisp/simple.el b/lisp/simple.el index 519447f6387..1a605d3ba18 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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