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
4cb9d259
Commit
4cb9d259
authored
Aug 11, 1993
by
Richard M. Stallman
Browse files
Insert setqs for tpu-help-... variables.
parent
018cfa07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
lisp/emulation/tpu-mapper.el
lisp/emulation/tpu-mapper.el
+6
-2
No files found.
lisp/emulation/tpu-mapper.el
View file @
4cb9d259
...
...
@@ -69,7 +69,7 @@
;;;
;;; Revision Information
;;;
(
defconst
tpu-mapper-revision
"$Revision: 1.
3
$"
(
defconst
tpu-mapper-revision
"$Revision: 1.
5
$"
"Revision number of TPU-edt x-windows emacs key mapper."
)
...
...
@@ -351,7 +351,11 @@
(cond (tpu-lucid-emacs19-p
(insert (format "
(
setq
tpu-help-enter
\"%s\"
)
\n
" tpu-enter-seq))
(insert (format "
(
setq
tpu-help-return
\"%s\"
)
\n
" tpu-return-seq)))
(insert (format "
(
setq
tpu-help-return
\"%s\"
)
\n
" tpu-return-seq))
(insert "
(
setq
tpu-help-N
\"[#<keypress-event
N>]\"
)
\n
")
(insert "
(
setq
tpu-help-n
\"[#<keypress-event
n>]\"
)
\n
")
(insert "
(
setq
tpu-help-P
\"[#<keypress-event
P>]\"
)
\n
")
(insert "
(
setq
tpu-help-p
\"[#<keypress-event
p>]\"
)
\n
"))
(t
(insert (format "
(
setq
tpu-help-enter
\"%s\"
)
\n
" tpu-enter))))
...
...
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