From: Andreas Schwab Date: Wed, 7 May 2008 12:52:22 +0000 (+0000) Subject: Require 'cl when compiling. X-Git-Tag: emacs-pretest-23.0.90~5743 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51a0cb35346a57d31c08400aa9aab3a6b9791efe;p=emacs.git Require 'cl when compiling. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dbbf90660e7..e276d537995 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/window.el b/lisp/window.el index 50e01cae718..1b6adf054cf 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -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.