emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/window.el,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/window.el,v
Date: Wed, 07 May 2008 12:52:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/05/07 12:52:22

Index: window.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/window.el,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -b -r1.134 -r1.135
--- window.el   6 May 2008 07:57:59 -0000       1.134
+++ window.el   7 May 2008 12:52:22 -0000       1.135
@@ -27,6 +27,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))
+
 (defvar window-size-fixed nil
  "*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.




reply via email to

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