Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.
authorMartin Rudalics <rudalics@gmx.at>
Sun, 12 Jun 2011 10:16:46 +0000 (12:16 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Sun, 12 Jun 2011 10:16:46 +0000 (12:16 +0200)
commite10ac9f13ab251789fd0232ea10259a0110d4a45
treebd898bc08af1516855b3a1065dbe6e3bdd6d1fe6
parentacb8e1dd7d23dfb33ed4df0ecb0fb8099547361b
Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.

* frame.c (make_frame): Call other_buffer_safely instead of
other_buffer.

* window.c (temp_output_buffer_show): Call display_buffer with
second argument Vtemp_buffer_show_specifiers and reset latter
immediately after the call.
(Vtemp_buffer_show_specifiers): New variable.
(auto_window_vscroll_p, next_screen_context_lines)
(Vscroll_preserve_screen_position): Remove leading asterisks from
doc-strings.
src/ChangeLog
src/frame.c
src/window.c