diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-22 14:03:22 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-22 14:03:22 -0200 |
commit | aa9002f4dbf29d6c4e9acb551d4340410bc22e50 (patch) | |
tree | 95b4e79772901dc0f577684f8dd57bd85cd0eddc | |
parent | 756d92b9722d4ecebc4f7e223628cf008fb66188 (diff) |
Link-to-data creates site_par
-rw-r--r-- | sx.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |