1
0
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:
Stefan Monnier 2002-06-17 18:45:01 +00:00
parent 922bc663ea
commit 18787f5e9e

View File

@ -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);