aboutsummaryrefslogtreecommitdiff
path: root/sx.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-15 06:55:10 -0500
committerSean Allred <code@seanallred.com>2014-11-15 06:55:10 -0500
commita4ea5464e2141c7d5e2ff3692313a8bdf1177757 (patch)
tree089262aa9f9705eba643d722bd220f0b886a4827 /sx.el
parentfe57abe554146382b60289523d5122d76e20781c (diff)
parentec23bfbfe7509757686d2d6f07c30b4f26eb7973 (diff)
Merge branch 'master' into real-scores
Diffstat (limited to 'sx.el')
-rw-r--r--sx.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx.el b/sx.el
index aacd5cf..53aae84 100644
--- a/sx.el
+++ b/sx.el
@@ -111,7 +111,7 @@ is equivalent to
(debug t))
(let ((symbol-alist (sx--deep-dot-search body)))
`(let ,(mapcar (lambda (x) `(,(car x) (cdr (assoc ',(cdr x) ,alist))))
- symbol-alist)
+ (delete-dups symbol-alist))
,@body)))
(defcustom sx-init-hook nil