aboutsummaryrefslogtreecommitdiff
path: root/sx.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-12 21:19:31 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-12 21:19:31 +0000
commit08eea895f1a445156c2e1c382bf167ba6d9d4515 (patch)
treee4fc73e5a4ffef0c94550c56548125ca70232925 /sx.el
parent67adfdc14d882d2cc208476b0fc15929161433e6 (diff)
Update code to new assoc-let
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 34be85e..7ed56d3 100644
--- a/sx.el
+++ b/sx.el
@@ -81,7 +81,7 @@ symbol, the cdr is the symbol without the `.'."
(when (string-match "\\`\\." name)
;; Return the cons cell inside a list, so it can be appended
;; with other results in the clause below.
- (list (cons data (intern (replace-match "" name)))))))
+ (list (cons data (intern (replace-match "" nil nil name)))))))
((not (listp data)) nil)
(t (apply
#'append