aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el10
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."
2269 (kp-divide ?/) 2269 (kp-divide ?/)
2270 (kp-equal ?=))) 2270 (kp-equal ?=)))
2271 2271
2272;; These tell read-char how to convert
2273;; these special chars to ASCII.
2274(put 'backspace 'ascii-character 127)
2275(put 'delete 'ascii-character 127)
2276(put 'tab 'ascii-character ?\t)
2277(put 'linefeed 'ascii-character ?\n)
2278(put 'clear 'ascii-character 12)
2279(put 'return 'ascii-character 13)
2280(put 'escape 'ascii-character ?\e)
2281
2282;;; simple.el ends here 2272;;; simple.el ends here