summaryrefslogtreecommitdiff
path: root/lisp/window.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2008-05-07 12:52:22 +0000
committerAndreas Schwab <schwab@suse.de>2008-05-07 12:52:22 +0000
commit51a0cb35346a57d31c08400aa9aab3a6b9791efe (patch)
tree001064381768f1718ac49cd6fd6dabfa72297b0d /lisp/window.el
parentd95d9b236022805a141f68f2ad73a9224d7e4d0a (diff)
downloademacs-51a0cb35346a57d31c08400aa9aab3a6b9791efe.tar.gz
Require 'cl when compiling.
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el2
1 files changed, 2 insertions, 0 deletions
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.