From e141c335c01440aa4b616458107e4c534d257b9f Mon Sep 17 00:00:00 2001 From: "J.D. Smith" Date: Wed, 29 Nov 2006 19:16:52 +0000 Subject: [PATCH] (idlwave-auto-fill): Remove paragraph-start let to prevent auto-fill giving up. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/idlwave.el | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b5dc8a310b..aff4ab051e2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-11-29 J.D. Smith + + * progmodes/idlwave.el (idlwave-auto-fill): Remove + paragraph-start let to prevent auto-fill giving up. + 2006-11-28 Juanma Barranquero * vt100-led.el (led-state): Fix typo in previous change. diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 3a7d39c5db7..6fa03c27ba1 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -3486,8 +3486,6 @@ if `idlwave-auto-fill-split-string' is non-nil." (idlwave-indent-line) ;; Prevent actions do-auto-fill which calls indent-line-function. (let (idlwave-do-actions - (paragraph-start ".") - (paragraph-separate ".") (fill-nobreak-predicate (if (and (idlwave-in-quote) idlwave-auto-fill-split-string) -- 2.39.2