aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-12-01 15:31:28 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-12-01 15:31:28 +0000
commit5cfd9b840e3835ed373a8c6e67291c69f336a3b6 (patch)
treed87dd6cef177425395be29f025089fc363e8dea9
parent2a87b0f4830d408d59cf4ddb21ddb8371e4787c7 (diff)
Switch get-pos-property to get-char-property
-rw-r--r--sx-interaction.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index b6113a2..305e61c 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -31,7 +31,7 @@
;;; Using data in buffer
(defun sx--data-here ()
"Get the text property `sx--data-here'."
- (or (get-pos-property (point) 'sx--data-here)
+ (or (get-char-property (point) 'sx--data-here)
(and (derived-mode-p 'sx-question-list-mode)
(tabulated-list-get-id))
(and (derived-mode-p 'sx-question-mode)