diff options
author | Sean Allred <code@seanallred.com> | 2015-01-06 19:10:35 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-06 19:10:35 -0500 |
commit | 402c2422c3150a192b0da097fb1b14a29a505204 (patch) | |
tree | a87b5087403b0f618f7ba96d24f473e2161b3a1a | |
parent | e24c1f2cd6e50fe184781c73c2e204f175e3e70a (diff) | |
parent | 9c55ae8efcd7a9b9f940d00f9a14dc439a7c225b (diff) |
Merge pull request #210 from vermiculus/update--link-to-data
Use site_par instead of site
-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 |