1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-21 15:40:59 -08: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