1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

ascii-character props for backspace, delete, etc. moved back to x-win.el.

This commit is contained in:
Richard M. Stallman 1993-12-25 00:47:30 +00:00
parent 0d17313487
commit aba567f8eb

View 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