diff options
author | Sean Allred <code@seanallred.com> | 2014-11-15 06:55:10 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-15 06:55:10 -0500 |
commit | a4ea5464e2141c7d5e2ff3692313a8bdf1177757 (patch) | |
tree | 089262aa9f9705eba643d722bd220f0b886a4827 /sx.el | |
parent | fe57abe554146382b60289523d5122d76e20781c (diff) | |
parent | ec23bfbfe7509757686d2d6f07c30b4f26eb7973 (diff) |
Merge branch 'master' into real-scores
Diffstat (limited to 'sx.el')
-rw-r--r-- | sx.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |