branch: elpa/fedi
commit 8f242991c193c7816eeea46f7ff2629ff1ec5264
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    post.el small clean up
---
 fedi-post.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/fedi-post.el b/fedi-post.el
index f88ea1dcb05..d8e935241c4 100644
--- a/fedi-post.el
+++ b/fedi-post.el
@@ -389,7 +389,8 @@ descriptions."
          (longest-kbind (fedi-post--formatted-kbinds-longest
                          (fedi-post--format-kbinds kbinds prefix))))
     (concat
-     (fedi-post-comment " Compose a new post here. The following keybindings 
are available:")
+     (fedi-post-comment
+      " Compose a new post here. The following keybindings are available:")
      (mapconcat #'identity
                 (fedi-post--formatted-kbinds-pairs
                  (fedi-post--format-kbinds kbinds prefix)
@@ -614,7 +615,8 @@ TYPE is a string for the buffer name."
     (fedi-post--update-status-fields)
     ;; disable for markdown-mode:
     (unless (eq major 'markdown-mode)
-      (cl-pushnew #'fedi-post--propertize-tags-and-handles 
after-change-functions)
+      (cl-pushnew #'fedi-post--propertize-tags-and-handles
+                  after-change-functions)
       (fedi-post--propertize-tags-and-handles))
     ;; draft post text saving:
     (setq fedi-post-current-post-text nil)

Reply via email to