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
7ee2a204
Commit
7ee2a204
authored
Jun 11, 1993
by
Jim Blandy
Browse files
* window.c (Fprevious_window): Typo.
parent
d801ac09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/window.c
src/window.c
+1
-1
No files found.
src/window.c
View file @
7ee2a204
...
...
@@ -978,7 +978,7 @@ windows, eventually ending up back at the window you started with.\n\
#endif
/* If this frame has a minibuffer, find that window first,
because it is conceptually the last window in that frame. */
tem = FRAME_MINIBUF
FER
_WINDOW (XFRAME (tem));
tem = FRAME_MINIBUF_WINDOW (XFRAME (tem));
if (NILP (tem))
tem = FRAME_ROOT_WINDOW (XFRAME (tem));
...
...
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