aboutsummaryrefslogtreecommitdiff
path: root/sx.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-12-22 14:03:22 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-12-22 14:03:22 -0200
commitaa9002f4dbf29d6c4e9acb551d4340410bc22e50 (patch)
tree95b4e79772901dc0f577684f8dd57bd85cd0eddc /sx.el
parent756d92b9722d4ecebc4f7e223628cf008fb66188 (diff)
Link-to-data creates site_par
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 78995a8..1b15ad3 100644
--- a/sx.el
+++ b/sx.el
@@ -323,7 +323,7 @@ If ALIST doesn't have a `site' property, one is created using the
(defun sx--link-to-data (link)
"Convert string LINK into data that can be displayed."
- (let ((result (list (cons 'site (sx--site link)))))
+ (let ((result (list (cons 'site_par (sx--site link)))))
(when (or
;; Answer
(and (or (string-match "/a/\\([0-9]+\\)/[0-9]+\\(#.*\\|\\)\\'" link)