From d5e3ff37a9ade01cb0104abc7a308665a5a2e4f7 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Sat, 8 Apr 2017 12:59:10 -0400 Subject: Fix void-function error --- lisp/mastodon-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-http.el') diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index 0e49c08..acfda8f 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -54,7 +54,7 @@ Response buffer is passed to the CALLBACK function." (json-read-from-string (mastodon--response-json)))) (defun mastodon--http-response-triage (status success) - (when (not (mastodon--response-status)) + (when (not (mastodon--response-status-p)) (mastodon--http-response-triage status)) (if (string-prefix-p "2" (mastodon--response-code)) (funcall success) -- cgit v1.2.3