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:
parent
0d17313487
commit
aba567f8eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user