changeset 74319:defd4d73deb2

(idlwave-auto-fill): Remove paragraph-start let to prevent auto-fill giving up.
author J.D. Smith <jdsmith@as.arizona.edu>
date Wed, 29 Nov 2006 19:15:09 +0000
parents 27e318816f0a
children 94c3ce0bd785
files lisp/progmodes/idlwave.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/idlwave.el	Wed Nov 29 16:16:55 2006 +0000
+++ b/lisp/progmodes/idlwave.el	Wed Nov 29 19:15:09 2006 +0000
@@ -3486,8 +3486,6 @@
 	  (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)