diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mastodon-http.el | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index 6f472bc..a2094be 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -80,8 +80,9 @@ SILENT means don't message."      (url-retrieve-synchronously url (or silent nil) nil mastodon-http--timeout)))  (defun mastodon-http--triage (response success) -  "Determine if RESPONSE was successful. Call SUCCESS if successful. -Message status and JSON error from RESPONSE if unsuccessful." +  "Determine if RESPONSE was successful. +Call SUCCESS if successful. Message status and JSON error from +RESPONSE if unsuccessful."    (let ((status (with-current-buffer response                    (mastodon-http--status))))      (if (string-prefix-p "2" status) | 
