diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-09 15:10:26 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-09 15:10:26 +0000 |
commit | db82dc546b528eef2487820381884c7c67e3683a (patch) | |
tree | 00fc5da4031932315956e79952aa4cce2e68e6db /sx-request.el | |
parent | 2651764450b76bd6573cfea2b98f54beeae4f0f1 (diff) | |
parent | a983476a59701f1cc01580b16fc5235360054adf (diff) |
Merge branch 'master' into fix-@highligthing
Conflicts:
test/tests.el
Diffstat (limited to 'sx-request.el')
-rw-r--r-- | sx-request.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-request.el b/sx-request.el index 6be363d..a17a982 100644 --- a/sx-request.el +++ b/sx-request.el @@ -1,4 +1,4 @@ -;;; sx-request.el --- requests and url manipulation -*- lexical-binding: t; -*- +;;; sx-request.el --- Requests and url manipulation. -*- lexical-binding: t; -*- ;; Copyright (C) 2014 Sean Allred @@ -188,7 +188,7 @@ false, use the symbol `false'. Each element is processed with (concat (sx--thing-as-string (car pair)) "=" - (sx--thing-as-string (cdr pair) kv-sep))) + (sx--thing-as-string (cdr pair) kv-sep t))) (delq nil (mapcar (lambda (pair) (when (cdr pair) pair)) |