branch: elpa/fedi
commit 8f0afbb5cd264033f10ba58158a5e1f3737b16d4
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
star a when-let
---
fedi-post.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedi-post.el b/fedi-post.el
index bfbc162a7a8..a6a5bd50d8a 100644
--- a/fedi-post.el
+++ b/fedi-post.el
@@ -582,7 +582,7 @@ Added to `after-change-functions'."
(save-match-data
(let* ((fill-column 67))
(goto-char (point-min))
- (when-let ((prop (text-property-search-forward 'post-reply)))
+ (when-let* ((prop (text-property-search-forward 'post-reply)))
(fill-region (prop-match-beginning prop)
(point)))))))