comparison 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
comparison
equal deleted inserted replaced
94724:ef37ebd922fd 94725:0fc821738484
24 ;;; Commentary: 24 ;;; Commentary:
25 25
26 ;; Window tree functions. 26 ;; Window tree functions.
27 27
28 ;;; Code: 28 ;;; Code:
29
30 (eval-when-compile (require 'cl))
29 31
30 (defvar window-size-fixed nil 32 (defvar window-size-fixed nil
31 "*Non-nil in a buffer means windows displaying the buffer are fixed-size. 33 "*Non-nil in a buffer means windows displaying the buffer are fixed-size.
32 If the value is `height', then only the window's height is fixed. 34 If the value is `height', then only the window's height is fixed.
33 If the value is `width', then only the window's width is fixed. 35 If the value is `width', then only the window's width is fixed.