Mercurial > emacs
changeset 94725:0fc821738484
Require 'cl when compiling.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 07 May 2008 12:52:22 +0000 |
parents | ef37ebd922fd |
children | e21d5294ec98 |
files | lisp/ChangeLog lisp/window.el |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed May 07 10:32:47 2008 +0000 +++ b/lisp/ChangeLog Wed May 07 12:52:22 2008 +0000 @@ -1,3 +1,7 @@ +2008-05-07 Andreas Schwab <schwab@suse.de> + + * window.el: Require 'cl when compiling. + 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu> * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
--- 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.