aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-10 16:24:51 +0200
committermousebot <mousebot@riseup.net>2021-05-10 16:28:29 +0200
commit4fcdb8c4b919b3a708684d1b373208dc67367664 (patch)
treedb2b9bff0b473470ae026d5209e17a80ac009dec /lisp/mastodon-tl.el
parentc69bf45a170a28934d18b762960845e773922514 (diff)
add my profile function
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index b44b160..1b3837d 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -750,7 +750,7 @@ Move forward (down) the timeline unless BACKWARD is non-nil."
(goto-char (point-max))
(mastodon-tl--property 'toot-id t)))
-(defun mastodon-tl--as-string(numeric)
+(defun mastodon-tl--as-string (numeric)
"Convert NUMERIC to string."
(cond ((numberp numeric)
(number-to-string numeric))