From d6aac72d1fc06460fd20a773392b058c5fac6657 Mon Sep 17 00:00:00 2001 From: "J.D. Smith" Date: Sun, 1 Apr 2007 16:42:23 +0000 Subject: [PATCH] (idlwave-auto-fill): Revert paragraph-separate change. --- lisp/ChangeLog | 3 +++ lisp/progmodes/idlwave.el | 1 + 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 92a130b5b27..5fac1831b01 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2007-04-01 J.D. Smith + * progmodes/idlwave.el (idlwave-auto-fill): Revert + paragraph-separate change. + * progmodes/idlw-shell.el (idlwave-shell-break-in): Simplify module calc. (idlwave-shell-set-bp-in-module): Compute module. diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index c4349e9c092..d29e56ce75d 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -3487,6 +3487,7 @@ 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-separate ".") (fill-nobreak-predicate (if (and (idlwave-in-quote) idlwave-auto-fill-split-string) -- 2.39.5