Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aba567f8
Commit
aba567f8
authored
Dec 25, 1993
by
Richard M. Stallman
Browse files
ascii-character props for backspace, delete, etc. moved back to x-win.el.
parent
0d173134
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
lisp/simple.el
lisp/simple.el
+0
-10
No files found.
lisp/simple.el
View file @
aba567f8
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment