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

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

bug#10797: 24.0.93; end-of-defun goes into infinite mutual recursion wit


From: Stefan Monnier
Subject: bug#10797: 24.0.93; end-of-defun goes into infinite mutual recursion with beginning-of-defun-raw at certain conditions
Date: Thu, 23 Feb 2012 03:14:23 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux)

> -         ;; Better not call end-of-defun-function directly, in case
> -         ;; it's not defined.
> -         (end-of-defun (- arg))))))
> +      (dotimes (i (- arg))
> +        (funcall end-of-defun-function))))))
 
Looks good, installed,
Thank you,


        Stefan





reply via email to

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