Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0721fbe3
Commit
0721fbe3
authored
Sep 04, 2004
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(te-escape): Show `?' in prompt for help key.
parent
23f87bed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/terminal.el
lisp/terminal.el
+6
-2
No files found.
lisp/ChangeLog
View file @
0721fbe3
2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
* terminal.el (te-escape): Show `?' in prompt for help key.
2004-09-04 Emilio C. Lopes <eclig@gmx.net>
* emacs-lisp/lisp.el (kill-backward-up-list): New function.
...
...
lisp/terminal.el
View file @
0721fbe3
...
...
@@ -209,9 +209,13 @@ performance."
(
use-local-map
terminal-escape-map
)
(
setq
s
(
read-key-sequence
(
if
current-prefix-arg
(
format
"Emacs Terminal escape> %d "
(
format
"Emacs Terminal escape[%s for help]> %d "
(
substitute-command-keys
"\\<terminal-escape-map>\\[te-escape-help]"
)
(
prefix-numeric-value
current-prefix-arg
))
"Emacs Terminal escape> "
))))
(
format
"Emacs Terminal escape[%s for help]> "
(
substitute-command-keys
"\\<terminal-escape-map>\\[te-escape-help]"
))))))
(
use-global-map
global
)
(
use-local-map
local
))
...
...
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