/[emacs]/emacs/src/window.c
ViewVC logotype

Diff of /emacs/src/window.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.400 by rms, Mon Jan 21 08:53:42 2002 UTC revision 1.401 by kfstorm, Mon Feb 11 14:42:16 2002 UTC
# Line 133  Lisp_Object Vother_window_scroll_buffer; Line 133  Lisp_Object Vother_window_scroll_buffer;
133    
134  Lisp_Object Vtemp_buffer_show_function;  Lisp_Object Vtemp_buffer_show_function;
135    
136    /* Nil means to use mode-line face in all windows.
137       t means to use mode-line-inactive face in all windows but the
138       selected-window and the minibuffer-scroll-window.
139       Any other value means to use mode-line-inactive face in all
140       non-selected windows (including minibuffer-scroll-window.  */
141    Lisp_Object Vmode_line_in_non_selected_windows;
142    
143  /* If a window gets smaller than either of these, it is removed. */  /* If a window gets smaller than either of these, it is removed. */
144    
145  int window_min_height;  int window_min_height;
# Line 5796  If nil, `display-buffer' will leave the Line 5803  If nil, `display-buffer' will leave the
5803                 doc: /* Non-nil means it is the window that C-M-v in minibuffer should scroll.  */);                 doc: /* Non-nil means it is the window that C-M-v in minibuffer should scroll.  */);
5804    Vminibuf_scroll_window = Qnil;    Vminibuf_scroll_window = Qnil;
5805    
5806      DEFVAR_LISP ("mode-line-in-non-selected-windows", &Vmode_line_in_non_selected_windows,
5807                   doc: /* Non-nil means to use `mode-line-inactive' face in non-selected windows.
5808    However, if value is t, the current `minibuffer-scroll-window' still
5809    uses the `mode-line' face when minibuffer is active.  */);
5810      Vmode_line_in_non_selected_windows = Qt;
5811    
5812    DEFVAR_LISP ("other-window-scroll-buffer", &Vother_window_scroll_buffer,    DEFVAR_LISP ("other-window-scroll-buffer", &Vother_window_scroll_buffer,
5813                 doc: /* If non-nil, this is a buffer and \\[scroll-other-window] should scroll its window.  */);                 doc: /* If non-nil, this is a buffer and \\[scroll-other-window] should scroll its window.  */);
5814    Vother_window_scroll_buffer = Qnil;    Vother_window_scroll_buffer = Qnil;

Legend:
Removed from v.1.400  
changed lines
  Added in v.1.401

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26