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
c5c4b51c
Commit
c5c4b51c
authored
Nov 18, 1995
by
Richard M. Stallman
Browse files
(tmm-prompt): Delete tmm-add-prompt if we fail.
Don't switch to *Completions* if it wasn't created.
parent
4d98816f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lisp/tmm.el
lisp/tmm.el
+6
-3
No files found.
lisp/tmm.el
View file @
c5c4b51c
...
...
@@ -115,9 +115,12 @@ If the optional argument IN-POPUP is set, is argument-compatible with
tmm-km-list
nil
t
nil
(
cons
'history
(
*
2
history-len
))))
(
save-excursion
(
set-buffer
"*Completions*"
)
(
use-local-map
tmm-old-comp-map
)
(
bury-buffer
(
current-buffer
)))
(
remove-hook
'minibuffer-setup-hook
'tmm-add-prompt
)
(
if
(
get-buffer
"*Completions*"
)
(
progn
(
set-buffer
"*Completions*"
)
(
use-local-map
tmm-old-comp-map
)
(
bury-buffer
(
current-buffer
)))))
)))
(
setq
bind
(
cdr
(
assoc
out
tmm-km-list
)))
(
and
(
null
bind
)
...
...
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