Searched refs:Vother_window_scroll_buffer (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dwindow.c118 Lisp_Object Vother_window_scroll_buffer; variable
5529 else if (!NILP (Vother_window_scroll_buffer))
5531 window = Fget_buffer_window (Vother_window_scroll_buffer, Qnil);
5533 window = Fdisplay_buffer (Vother_window_scroll_buffer, Qt, Qnil);
7361 DEFVAR_LISP ("other-window-scroll-buffer", &Vother_window_scroll_buffer,
7363 Vother_window_scroll_buffer = Qnil;

Completed in 123 milliseconds