diff options
author | Andreas Schwab <schwab@suse.de> | 2008-05-07 12:52:22 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2008-05-07 12:52:22 +0000 |
commit | 51a0cb35346a57d31c08400aa9aab3a6b9791efe (patch) | |
tree | 001064381768f1718ac49cd6fd6dabfa72297b0d /lisp/window.el | |
parent | d95d9b236022805a141f68f2ad73a9224d7e4d0a (diff) | |
download | emacs-51a0cb35346a57d31c08400aa9aab3a6b9791efe.tar.gz |
Require 'cl when compiling.
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 2 |
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. |