diff options
Diffstat (limited to 'stack-core.el')
-rw-r--r-- | stack-core.el | 6 |
1 files 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") |