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
7a18f5c2
Commit
7a18f5c2
authored
Nov 24, 1993
by
Richard M. Stallman
Browse files
(walk-windows): If start at minibuf window, do return to it.
parent
1fb20991
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/subr.el
lisp/subr.el
+3
-0
No files found.
lisp/subr.el
View file @
7a18f5c2
...
...
@@ -75,6 +75,9 @@ ALL-FRAMES nil or omitted means cycle within the selected frame,
but include the minibuffer window (if MINIBUF says so) that that
frame uses, even if it is on another frame.
If ALL-FRAMES is neither nil nor t, stick strictly to the selected frame."
;; If we start from the minibuffer window, don't fail to come back to it.
(
if
(
window-minibuffer-p
(
selected-window
))
(
setq
minibuf
t
))
(
let*
((
walk-windows-start
(
selected-window
))
(
walk-windows-current
walk-windows-start
))
(
while
(
progn
...
...
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