bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#818: 23.0.60; error when window-size-change-functions is a buffer-lo


From: Andreas Schwab
Subject: bug#818: 23.0.60; error when window-size-change-functions is a buffer-local hook
Date: Mon, 01 Sep 2008 10:58:03 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/22.2 (gnu/linux)

martin rudalics <rudalics@gmx.at> writes:

> *** xdisp.c.~1.1244.~ 2008-08-07 03:54:06.000000000 +0200
> --- xdisp.c   2008-08-30 16:12:09.765625000 +0200
> ***************
> *** 9591,9597 ****
>   
>             while (CONSP (functions))
>               {
> !               call1 (XCAR (functions), frame);
>                 functions = XCDR (functions);
>               }
>             UNGCPRO;
> --- 9591,9598 ----
>   
>             while (CONSP (functions))
>               {
> !               if (!EQ (XCAR (functions), Qt))
> !                 call1 (XCAR (functions), frame);
>                 functions = XCDR (functions);
>               }
>             UNGCPRO;

Why doesn't this use run-hook-with-args?

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."






reply via email to

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