emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.h


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/window.h
Date: Tue, 26 Feb 2002 17:52:07 -0500

Index: emacs/src/window.h
diff -c emacs/src/window.h:1.45 emacs/src/window.h:1.46
*** emacs/src/window.h:1.45     Fri Oct  5 05:52:23 2001
--- emacs/src/window.h  Tue Feb 26 17:52:07 2002
***************
*** 338,343 ****
--- 338,348 ----
  
  extern Lisp_Object minibuf_window;
  
+ /* Non-nil means it is the window whose mode line should be
+    shown as the selected window when the minibuffer is selected.  */
+ 
+ extern Lisp_Object Vminibuf_selected_window;
+ 
  /* Non-nil => window to for C-M-v to scroll when the minibuffer is
     selected.  */
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]