emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with bzr updated sources from today (Jan 3rd, 2012)


From: Burton Samograd
Subject: Re: Problem with bzr updated sources from today (Jan 3rd, 2012)
Date: Tue, 03 Jan 2012 12:17:13 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

martin rudalics <address@hidden> writes:

>> Problem with build dependencies?
>
> A mixture of earlier specifying
>
> (defsubst window-total-height (&optional window)
>   "..."
>   (window-total-size window))
>
> with window-total-size defined in C (my bad) and later doing
>
> (defun window-total-size (&optional window horizontal)
>   "..."
>   (if horizontal
>       (window-total-width window)
>     (window-total-height window)))
>
> with window-total-height/-width in C (Chong's contribution).  I'm not
> sure what precisely triggered it now, though.  What was the last time
> you pulled before January 3rd?

Thanks for the explanation.  I last pulled at least a couple of months
ago. I'll try and remember to do a make clean after my next pull.

--
Burton Samograd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]