[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 5d46e17c0b 20/22: indent -toot.el
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 5d46e17c0b 20/22: indent -toot.el |
Date: |
Thu, 5 Oct 2023 07:00:55 -0400 (EDT) |
branch: elpa/mastodon
commit 5d46e17c0b41874f54b628e090feba7a5a9ac206
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
indent -toot.el
---
lisp/mastodon-toot.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 62a53cf8e5..f46fc6deec 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -947,7 +947,7 @@ Buffer-local variable
`mastodon-toot-previous-window-config' holds the config."
"Apply `mastodon-toot--process-local' function to each mention in MENTIONS.
Remove empty string (self) from result and joins the sequence with whitespace."
(mapconcat (lambda (mention) mention)
- (remove "" (mapcar #'mastodon-toot--process-local mentions))
+ (remove "" (mapcar #'mastodon-toot--process-local mentions))
" "))
(defun mastodon-toot--process-local (acct)
@@ -1498,16 +1498,16 @@ REPLY-TEXT is the text of the toot being replied to."
The default is given by `mastodon-toot--default-reply-visibility'."
(unless (null reply-visibility)
(let ((less-restrictive (member (intern
mastodon-toot--default-reply-visibility)
-
mastodon-toot-visibility-list)))
+ mastodon-toot-visibility-list)))
(if (member (intern reply-visibility) less-restrictive)
- mastodon-toot--default-reply-visibility reply-visibility))))
+ mastodon-toot--default-reply-visibility reply-visibility))))
(defun mastodon-toot--setup-as-reply (reply-to-user reply-to-id reply-json)
"If REPLY-TO-USER is provided, inject their handle into the message.
If REPLY-TO-ID is provided, set `mastodon-toot--reply-to-id'.
REPLY-JSON is the full JSON of the toot being replied to."
(let ((reply-visibility (mastodon-toot--most-restrictive-visibility
- (alist-get 'visibility reply-json)))
+ (alist-get 'visibility reply-json)))
(reply-cw (alist-get 'spoiler_text reply-json)))
(when reply-to-user
(when (> (length reply-to-user) 0) ; self is "" unforch
- [nongnu] elpa/mastodon updated (5e12dc9985 -> b8c5e9d50d), ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon a440c4c134 01/22: add misskey notes regex to masto-url-p, ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon f4cd336db1 07/22: readme re server compat, ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon cada9d84d1 02/22: port fedi-http handling of POST JSON data or not, ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon ccd3015d08 06/22: readme, ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon 10ca848cdd 08/22: add ELPA badge, ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon db05397202 03/22: add mastodon-views--instance-desc-misskey. TODO merge with other inst funs, ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon 63f55bb016 10/22: refactor mode function, to avoid multiple addition of lambda., ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon 1964ee8ad6 13/22: bump version, ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon 5d46e17c0b 20/22: indent -toot.el,
ELPA Syncer <=
- [nongnu] elpa/mastodon d39903ddcc 17/22: bump version, ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon e8f10073a6 18/22: bump version, ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon bf656bd333 19/22: rear-nonsticky only for \n at end of compose header., ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon 083222c20c 21/22: bump, ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon b8c5e9d50d 22/22: Merge branch 'develop', ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon 3cd233610a 09/22: comment CI badge (defunct), ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon 98333a0f21 12/22: remove lambda from masto-toot hook, ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon 2d3b3f00a3 05/22: refactor misskey instance desc. if masto inst err, try misskey, ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon 0aa39f5f14 11/22: mastodon-toot--enable-custom-emoji: performance improvement., ELPA Syncer, 2023/10/05
- [nongnu] elpa/mastodon b8517fa6d6 14/22: Merge branch 'develop', ELPA Syncer, 2023/10/05