# HG changeset patch # User Andreas Schwab # Date 1210164742 0 # Node ID 0fc82173848480a76bd6145aaf44b27e8e6043d8 # Parent ef37ebd922fd46f94ac86cb051ea2a0610029f34 Require 'cl when compiling. diff -r ef37ebd922fd -r 0fc821738484 lisp/ChangeLog --- a/lisp/ChangeLog Wed May 07 10:32:47 2008 +0000 +++ b/lisp/ChangeLog Wed May 07 12:52:22 2008 +0000 @@ -1,3 +1,7 @@ +2008-05-07 Andreas Schwab + + * window.el: Require 'cl when compiling. + 2008-05-07 Dan Nicolaescu * vc-dispatcher.el (vc-dir-insert-directories): Default to t. diff -r ef37ebd922fd -r 0fc821738484 lisp/window.el --- a/lisp/window.el Wed May 07 10:32:47 2008 +0000 +++ b/lisp/window.el Wed May 07 12:52:22 2008 +0000 @@ -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.