aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2008-05-07 12:52:22 +0000
committerAndreas Schwab <[email protected]>2008-05-07 12:52:22 +0000
commit51a0cb35346a57d31c08400aa9aab3a6b9791efe (patch)
tree001064381768f1718ac49cd6fd6dabfa72297b0d
parentd95d9b236022805a141f68f2ad73a9224d7e4d0a (diff)
Require 'cl when compiling.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/window.el2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dbbf90660e..e276d53799 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-07 Andreas Schwab <[email protected]>
+
+ * window.el: Require 'cl when compiling.
+
2008-05-07 Dan Nicolaescu <[email protected]>
* vc-dispatcher.el (vc-dir-insert-directories): Default to t.
diff --git a/lisp/window.el b/lisp/window.el
index 50e01cae71..1b6adf054c 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.