summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-13 17:58:04 -0500
committerCase Duckworth2021-10-13 17:58:04 -0500
commitd9e602e4128a8aaae39ba81296f7042bc2545053 (patch)
tree944b3d2f1406be428854b121ce0bcd1802df4236 /lisp/acdw.el
parentyadda yadda yadda (diff)
downloademacs-d9e602e4128a8aaae39ba81296f7042bc2545053.tar.gz
emacs-d9e602e4128a8aaae39ba81296f7042bc2545053.zip
I told myself I'd have useful commit messages today
Apparently I lied.
Diffstat (limited to 'lisp/acdw.el')
-rw-r--r--lisp/acdw.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index df2962a..48ed19b 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el
@@ -510,8 +510,7 @@ first."
510 (insert extracted-heading) 510 (insert extracted-heading)
511 (newline 2) 511 (newline 2)
512 512
513 (replace-regexp org-list-full-item-re " 513 (replace-regexp org-list-full-item-re "\n\4")
514\4")
515 514
516 (let ((sentence-end-double-space nil)) 515 (let ((sentence-end-double-space nil))
517 (unfill-region (point-min) (point-max))) 516 (unfill-region (point-min) (point-max)))