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

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

Re: infinite recursion in describe-mode


From: Richard Stallman
Subject: Re: infinite recursion in describe-mode
Date: Mon, 25 Dec 2006 11:53:23 -0500

Does this fix it?

*** fill.el     24 Dec 2006 19:43:00 -0500      1.193
--- fill.el     25 Dec 2006 00:40:45 -0500      
***************
*** 762,768 ****
                 (list (if current-prefix-arg 'full))))
    ;; First try fill-paragraph-function.
    (or (and (or fill-paragraph-function
!              (and (window-minibuffer-p (selected-window))
                    (= 1 (point-min))))
           (let ((function (or fill-paragraph-function
                               ;; In the minibuffer, don't count the width
--- 762,768 ----
                 (list (if current-prefix-arg 'full))))
    ;; First try fill-paragraph-function.
    (or (and (or fill-paragraph-function
!              (and (minibufferp (current-buffer))
                    (= 1 (point-min))))
           (let ((function (or fill-paragraph-function
                               ;; In the minibuffer, don't count the width




reply via email to

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