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

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

bug#13610: 24.3.50; vc-next-action hang forever


From: Stefan Monnier
Subject: bug#13610: 24.3.50; vc-next-action hang forever
Date: Mon, 04 Feb 2013 16:24:16 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> -              (setq state 'unlocked-changes
> -                    files nil))))))
> +              (setq state 'unlocked-changes)))
> +          (setq files (cdr files)))))

Thanks.
I installed a further patch that uses dolist instead, so there's no risk
of forgetting the setq+cdr.


        Stefan





reply via email to

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