From 1c9f73205ed59a7b0cac171ace20219aa347fcea Mon Sep 17 00:00:00 2001 From: Alexander Griffith Date: Mon, 24 Apr 2017 21:39:13 -0400 Subject: fixed formatting and conventions for #41 --- lisp/mastodon-tl.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mastodon-tl.el') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index dfea63d..b99f8f7 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -171,9 +171,9 @@ also render the html" (defun mastodon-tl--media (toot) - "Retreive a media attachment link if one exits" + "Retreive a media attachment link if one exists." (let ((media (mastodon-tl--field 'media_attachments toot))) - (if(> (length media) 0 ) + (if (> (length media) 0 ) ;; Extract the preview_url, other options here ;; are url and remote_url (let ((link (cdr(assoc 'preview_url (elt media 0))))) -- cgit v1.2.3