]> git.eshelyaron.com Git - emacs.git/commitdiff
Require 'cl when compiling.
authorAndreas Schwab <schwab@suse.de>
Wed, 7 May 2008 12:52:22 +0000 (12:52 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 7 May 2008 12:52:22 +0000 (12:52 +0000)
lisp/ChangeLog
lisp/window.el

index dbbf90660e7deb03bb40b12ac1e5b26c50cb92f8..e276d537995785e02b879773e6ed238fc032440b 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-07  Andreas Schwab  <schwab@suse.de>
+
+       * window.el: Require 'cl when compiling.
+
 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
index 50e01cae718dbfe0ecc2069abb3fee0ac63fd98f..1b6adf054cfb984be5baaba163f676cda13d734c 100644 (file)
@@ -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.