aboutsummaryrefslogtreecommitdiff
path: root/sx.el
diff options
context:
space:
mode:
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