aboutsummaryrefslogtreecommitdiff
path: root/sx-interaction.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-07 17:20:57 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-07 17:20:57 -0200
commit1509d09a5ed073688a316660b5e3a2222dbebfca (patch)
tree38847a82093bc4181cba48152a6d085e797bbeed /sx-interaction.el
parentff92c3cf289b9109ad4b3b304bad06a40534fda2 (diff)
Fix outdated references
Diffstat (limited to 'sx-interaction.el')
-rw-r--r--sx-interaction.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index 4d71c17..e444248 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -272,7 +272,7 @@ TEXT is a string. Interactively, it is read from the minibufer."
(setq text (read-string
"Comment text: "
(when .comment_id
- (concat (sx--user-@name .owner) " "))))
+ (concat (sx-user--format "%@" .owner) " "))))
(while (not (sx--comment-valid-p text 'silent))
(setq text (read-string "Comment text (between 16 and 600 characters): " text))))
;; If non-interactive, `text' could be anything.