diff lisp/window.el @ 94725:0fc821738484

Require 'cl when compiling.
author Andreas Schwab <schwab@suse.de>
date Wed, 07 May 2008 12:52:22 +0000
parents ee5932bf781d
children 9a4b27c8feec
line wrap: on
line diff
--- 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.