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
55b4b20a
Commit
55b4b20a
authored
Nov 09, 1996
by
Richard M. Stallman
Browse files
(map-y-or-n-p): Handle minibuffer-auto-raise here.
parent
22dbea3f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/map-ynp.el
lisp/map-ynp.el
+2
-0
No files found.
lisp/map-ynp.el
View file @
55b4b20a
...
...
@@ -146,6 +146,8 @@ Returns the number of actions taken."
(
message
"%s(y, n, !, ., q, %sor %s) "
prompt
user-keys
(
key-description
(
vector
help-char
)))
(
if
minibuffer-auto-raise
(
raise-frame
(
window-frame
(
minibuffer-window
))))
(
setq
char
(
read-event
))
;; Show the answer to the question.
(
message
"%s(y, n, !, ., q, %sor %s) %s"
...
...
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