diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-06 19:57:22 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-06 19:57:22 -0200 |
commit | 9c55ae8efcd7a9b9f940d00f9a14dc439a7c225b (patch) | |
tree | 253b5c33a48da9f07ba6fb2b434a1d77c5a9f392 /sx.el | |
parent | 1874b560599f5937c7f9301057a18665a3840150 (diff) |
Use site_par instead of site
Diffstat (limited to 'sx.el')
-rw-r--r-- | sx.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ with a `link' property)." (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))))) ;; Try to strip a question or answer ID (when (or ;; Answer |