From c688fd0b6eaa02b9fe0232fed860dd4d846bebdb Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 28 May 2024 20:38:19 +0200 Subject: fix setting lang un toot compose buffer --- lisp/mastodon-profile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-profile.el') diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 98ac9de..712d447 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -501,7 +501,7 @@ Returns the results as an alist." "Limit string X to 255 chars max." (if (> (length x) 255) (substring x 0 255) x)) -;; used in tl.el +;; used in tl.el and toot.el: (defun mastodon-profile--get-preferences-pref (pref) "Fetch PREF from the endpoint \"/preferences\". If `mastodon-profile-acccount-preferences-data' is set, fetch -- cgit v1.2.3