diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-14 23:12:14 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-14 23:12:14 +0000 |
commit | 3d8baac445cbfec0bd9225c76531d1b4b990e8af (patch) | |
tree | 1bd3c01da0ca51dc595fe51d3c3d40fef45ef816 /sx-request.el | |
parent | 0fce5e831997d88fe6e159a3b968ea38c02b5d17 (diff) | |
parent | 22cc1b1b959761cda2ff2048dbaeba99cc094930 (diff) |
Merge branch 'master' into filling-and-fontlocking
Diffstat (limited to 'sx-request.el')
-rw-r--r-- | sx-request.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-request.el b/sx-request.el index b16fd9a..6dc54e7 100644 --- a/sx-request.el +++ b/sx-request.el @@ -41,7 +41,7 @@ "The current version of the API.") (defconst sx-request-api-root - (format "http://api.stackexchange.com/%s/" sx-request-api-version) + (format "https://api.stackexchange.com/%s/" sx-request-api-version) "The base URL to make requests from.") (defcustom sx-request-silent-p |