aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-media.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-media.el')
-rw-r--r--lisp/mastodon-media.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el
index 1b8e786..23fbc79 100644
--- a/lisp/mastodon-media.el
+++ b/lisp/mastodon-media.el
@@ -65,8 +65,8 @@ more media links were found."
"Checks to make sure that the missing string has
not been returned."
- (let((missing "/files/small/missing.png"))
- (not(equal link missing))))
+ (let ((missing "/files/small/missing.png"))
+ (not (equal link missing))))
(defun mastodon-media--line-to-link (line-points)
"Returns the url of the media link given at the given point.