From ccb2f03dd57e4535c6151b72fc439b23acf1b643 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Thu, 6 Nov 2014 07:33:35 -0500 Subject: Change constant to variable As it is let-bound in the authentication flow, it is not truly a constant. Add a warning to the documentation appropriately. --- stack-core.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stack-core.el b/stack-core.el index 585cc73..6c5e7fa 100644 --- a/stack-core.el +++ b/stack-core.el @@ -57,9 +57,11 @@ (format "http://api.stackexchange.com/%s/" stack-core-api-version) "The base URL to make requests from.") -(defconst stack-core-api-batch-request-separator +(defvar stack-core-api-batch-request-separator ";" - "The separator character to use when making batch requests.") + "The separator character to use when making batch requests. + +Do not change this unless you know what you are doing!") (defcustom stack-core-default-keyword-arguments-alist '(("filters/create") -- cgit v1.2.3