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: martin rudalics
Subject: Re: Problem with bzr updated sources from today (Jan 3rd, 2012)
Date: Tue, 03 Jan 2012 20:04:24 +0100

> 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?

martin



reply via email to

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