Mercurial > emacs
comparison src/ChangeLog @ 112267:bee0a8fef127
Avoid crash in Fselect_frame due to null selected_window (Bug#7728).
* window.c (inhibit_point_swap): New variable.
(Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
point this time.
(Fset_window_configuration): Set inhibit_point_swap to 1 instead
of setting selected_window to nil (Bug#7728).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 14 Jan 2011 21:55:58 -0500 |
parents | f6386067f593 |
children | cc0887b67703 f93569ff5422 |
comparison
equal
deleted
inserted
replaced
112266:704fa1a3d5b4 | 112267:bee0a8fef127 |
---|---|
1 2011-01-15 Martin Rudalics <rudalics@gmx.at> | |
2 | |
3 * window.c (inhibit_point_swap): New variable. | |
4 (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping | |
5 point this time. | |
6 (Fset_window_configuration): Set inhibit_point_swap to 1 instead | |
7 of setting selected_window to nil (Bug#7728). | |
8 | |
1 2011-01-12 Chong Yidong <cyd@stupidchicken.com> | 9 2011-01-12 Chong Yidong <cyd@stupidchicken.com> |
2 | 10 |
3 * config.in (TERMINFO): New definition. | 11 * config.in (TERMINFO): New definition. |
4 | 12 |
5 * s/netbsd.h: Use it to choose between terminfo and termcap | 13 * s/netbsd.h: Use it to choose between terminfo and termcap |