mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
* window.c (display_buffer): Now static.
This commit is contained in:
parent
4554d21363
commit
7e5cf29773
2 changed files with 3 additions and 1 deletions
|
|
@ -22,6 +22,8 @@
|
|||
* window.c (window_loop, size_window):
|
||||
(run_window_configuration_change_hook, enlarge_window): Likewise.
|
||||
|
||||
* window.c (display_buffer): Now static.
|
||||
|
||||
2011-03-06 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06
|
||||
|
|
|
|||
|
|
@ -3604,7 +3604,7 @@ select_frame_norecord (Lisp_Object frame)
|
|||
? Fselect_frame (frame, Qt) : selected_frame;
|
||||
}
|
||||
|
||||
Lisp_Object
|
||||
static Lisp_Object
|
||||
display_buffer (Lisp_Object buffer, Lisp_Object not_this_window_p, Lisp_Object override_frame)
|
||||
{
|
||||
return call3 (Qdisplay_buffer, buffer, not_this_window_p, override_frame);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue