aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-12-25 00:47:30 +0000
committerRichard M. Stallman1993-12-25 00:47:30 +0000
commitaba567f8eb70459d21fcf2ed9f2b2543116d5b8a (patch)
tree6e80590585fa15a39f8a4bd654befdef03a4c333
parent0d1731348726139142efbe0f3da00f100c26a785 (diff)
downloademacs-aba567f8eb70459d21fcf2ed9f2b2543116d5b8a.tar.gz
emacs-aba567f8eb70459d21fcf2ed9f2b2543116d5b8a.zip
ascii-character props for backspace, delete, etc. moved back to x-win.el.
-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