diff options
author | J.D. Smith <jdsmith@as.arizona.edu> | 2007-04-01 16:42:23 +0000 |
---|---|---|
committer | J.D. Smith <jdsmith@as.arizona.edu> | 2007-04-01 16:42:23 +0000 |
commit | d6aac72d1fc06460fd20a773392b058c5fac6657 (patch) | |
tree | 5c34fd569133d32792b5b35603154e613c4ff8b1 /lisp/progmodes/idlwave.el | |
parent | 569abf8677056cf678c74fddb43223db293b80a3 (diff) | |
download | emacs-d6aac72d1fc06460fd20a773392b058c5fac6657.tar.gz |
(idlwave-auto-fill): Revert paragraph-separate change.
Diffstat (limited to 'lisp/progmodes/idlwave.el')
-rw-r--r-- | lisp/progmodes/idlwave.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |