diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/simple.el | 10 |
1 files changed, 0 insertions, 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 |