Mercurial > emacs
diff src/window.c @ 45880:8108a2dd551c
(Fset_window_configuration): Lisp_Object/int mixup.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Mon, 17 Jun 2002 18:45:01 +0000 |
| parents | aab759361c24 |
| children | 9aaff453806d |
line wrap: on
line diff
--- a/src/window.c Mon Jun 17 16:27:58 2002 +0000 +++ b/src/window.c Mon Jun 17 18:45:01 2002 +0000 @@ -5147,7 +5147,7 @@ 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);
