From a32e103ff075a81b34752e0027052e23a82c462b Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Thu, 20 Nov 2014 14:09:27 -0500 Subject: Properly return a nil entry when falling back sx-request-make returns a nested list (or vector of lists). Return `'(())` to ensure it is an acceptable response. --- sx-request.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-request.el') diff --git a/sx-request.el b/sx-request.el index 6673e48..8686216 100644 --- a/sx-request.el +++ b/sx-request.el @@ -120,7 +120,7 @@ This is for UI generation when the associated API call would require authentication. Currently returns nil." - nil) + '(())) ;;; Support Functions -- cgit v1.2.3