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

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

bug#13914: 24.3.50; fill-paragraph in makefile-automake-mode could make


From: Chong Yidong
Subject: bug#13914: 24.3.50; fill-paragraph in makefile-automake-mode could make infinite loop.
Date: Wed, 18 Dec 2013 13:01:40 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Kazuhiro Ito <kzhr@d1.dion.ne.jp> writes:

> The below code makes emacs go into infinite loop.
>
> (with-temp-buffer
>   (makefile-automake-mode)
>   (insert "a \\")
>   (fill-paragraph))
>
>
> Please see the below patch.

Thanks, committed to trunk.





reply via email to

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