branch: elpa/fedi
commit 910ae661b7a6570d2bd799f1d5bdfc83b0de66ec
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    restore )
---
 fedi-post.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/fedi-post.el b/fedi-post.el
index 46d31e4e8c0..3374cf46a5f 100644
--- a/fedi-post.el
+++ b/fedi-post.el
@@ -179,7 +179,6 @@ If post is not empty, prompt to save text as a draft."
   (string-empty-p (fedi-post--clean-tabs-and-nl
                    (fedi-post--remove-docs))))
 
-
 (defun fedi-post--remove-docs ()
   "Get the body of a post from the current compose buffer."
   (let ((header-region (fedi--find-property-range 'post-post-header
@@ -430,9 +429,9 @@ This is how mastodon does it."
            (nsfw-region (fedi--find-property-range 'post-post-nsfw-flag
                                                    (point-min)))
            (lang-region (fedi--find-property-range 'post-post-language
-                                                   (point-min)))
-           ;; (post-string (buffer-substring-no-properties (cdr header-region)
-           ;;                                              (point-max))))
+                                                   (point-min))))
+      ;; (post-string (buffer-substring-no-properties (cdr header-region)
+      ;;                                              (point-max))))
       ;; (add-text-properties (car count-region) (cdr count-region)
       ;;                      (list 'display
       ;;                            (format "%s/%s chars"

Reply via email to