branch: externals/idlwave
commit 5fddc5cd8140c03d6730dd8b6b6b25100675880e
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Leave paragraphs start/sep as default
---
idlwave.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/idlwave.el b/idlwave.el
index e7efb29668..54c025bb22 100644
--- a/idlwave.el
+++ b/idlwave.el
@@ -3497,8 +3497,6 @@ 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)