mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
(Fset_window_configuration): Lisp_Object/int mixup.
This commit is contained in:
parent
922bc663ea
commit
18787f5e9e
@ -5147,7 +5147,7 @@ the return value is nil. Otherwise the value is t. */)
|
||||
selected_window = Qnil;
|
||||
if (EQ (XWINDOW (data->current_window)->buffer, new_current_buffer))
|
||||
set_marker_restricted (XWINDOW (data->current_window)->pointm,
|
||||
old_point,
|
||||
make_number (old_point),
|
||||
XWINDOW (data->current_window)->buffer);
|
||||
|
||||
Fselect_window (data->current_window);
|
||||
|
Loading…
Reference in New Issue
Block a user