From aba567f8eb70459d21fcf2ed9f2b2543116d5b8a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 25 Dec 1993 00:47:30 +0000 Subject: [PATCH] ascii-character props for backspace, delete, etc. moved back to x-win.el. --- lisp/simple.el | 10 ---------- 1 file changed, 10 deletions(-) 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 -- 2.39.5