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.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Sat, 23 Apr 2005 12:18:23 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.499 emacs/src/window.c:1.500
*** emacs/src/window.c:1.499    Mon Apr 18 14:09:47 2005
--- emacs/src/window.c  Sat Apr 23 16:18:23 2005
***************
*** 79,88 ****
                                 void *));
  static Lisp_Object window_list_1 P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
  
- /* The value of `window-size-fixed'.  */
- 
- int window_size_fixed;
- 
  /* This is the window in which the terminal's cursor should
     be left when nothing is being done with it.  This must
     always be a leaf window, and its buffer is selected by
--- 79,84 ----
***************
*** 6669,6674 ****
--- 6665,6671 ----
  {
    Qwindow_size_fixed = intern ("window-size-fixed");
    staticpro (&Qwindow_size_fixed);
+   Fset (Qwindow_size_fixed, Qnil);
  
    staticpro (&Qwindow_configuration_change_hook);
    Qwindow_configuration_change_hook
***************
*** 6877,6892 ****
  The selected frame is the one whose configuration has changed.  */);
    Vwindow_configuration_change_hook = Qnil;
  
-   DEFVAR_BOOL ("window-size-fixed", &window_size_fixed,
-              doc: /* Non-nil in a buffer means windows displaying the buffer 
are fixed-size.
- If the value is`height', then only the window's height is fixed.
- If the value is `width', then only the window's width is fixed.
- Any other non-nil value fixes both the width and the height.
- Emacs won't change the size of any window displaying that buffer,
- unless you explicitly change the size, or Emacs has no other choice.  */);
-   Fmake_variable_buffer_local (Qwindow_size_fixed);
-   window_size_fixed = 0;
- 
    defsubr (&Sselected_window);
    defsubr (&Sminibuffer_window);
    defsubr (&Swindow_minibuffer_p);
--- 6874,6879 ----




reply via email to

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