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
c869384d
Commit
c869384d
authored
Jun 10, 2005
by
Luc Teirlinck
Browse files
(Fselect_window): Adapt call to Fselect_frame.
parent
9848feb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
src/ChangeLog
src/ChangeLog
+12
-0
src/window.c
src/window.c
+1
-1
No files found.
src/ChangeLog
View file @
c869384d
2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
* window.c (Fselect_window): Adapt call to Fselect_frame.
* lisp.h: Update EXFUN of Fselect_frame.
* keyboard.c (command_loop_1): Adapt call to Fselect_frame.
* frame.c (do_switch_frame, Fselect_frame): Delete unused arg no_enter.
(set-mouse-position, set-mouse-pixel-position, iconify-frame):
Adapt to above change.
2005-06-10 Juanma Barranquero <lekktu@gmail.com>
* fns.c (Fmemq, Fmaphash): Doc fixes.
...
...
src/window.c
View file @
c869384d
...
...
@@ -3234,7 +3234,7 @@ selects the buffer of the selected window before each command. */)
so that FRAME_FOCUS_FRAME is moved appropriately as we
move around in the state where a minibuffer in a separate
frame is active. */
Fselect_frame (WINDOW_FRAME (w)
, Qnil
);
Fselect_frame (WINDOW_FRAME (w));
}
else
sf->selected_window = window;
...
...
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