From 4399cbac0625a53c4a8d91e661e13fe11fdb8255 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Wed, 19 Nov 2014 10:44:41 -0500 Subject: Add `customize' data --- sx-request.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sx-request.el') diff --git a/sx-request.el b/sx-request.el index 89c9a59..fc54bb3 100644 --- a/sx-request.el +++ b/sx-request.el @@ -76,7 +76,9 @@ "gunzip" "Program used to unzip the response if it is compressed. -This program must accept compressed data on standard input.") +This program must accept compressed data on standard input." + :group 'sx-request + :type 'string) (defvar sx-request-remaining-api-requests nil @@ -90,7 +92,9 @@ Set by `sx-request-make'.") After `sx-request-remaining-api-requests' drops below this number, `sx-request-make' will begin printing out the -number of requests left every time it finishes a call.") +number of requests left every time it finishes a call." + :group 'sx-request + :type 'integer) ;;; Making Requests -- cgit v1.2.3