From: J.D. Smith Date: Wed, 29 Nov 2006 19:16:52 +0000 (+0000) Subject: (idlwave-auto-fill): Remove paragraph-start let to prevent auto-fill X-Git-Tag: emacs-pretest-22.0.92~393 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e141c335c01440aa4b616458107e4c534d257b9f;p=emacs.git (idlwave-auto-fill): Remove paragraph-start let to prevent auto-fill giving up. --- 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)