aboutsummaryrefslogtreecommitdiff
path: root/sx-interaction.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-12-15 18:27:33 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-12-15 18:27:33 -0200
commit6956c17e1e7ef2899026ad365a0acdd4ce63cb80 (patch)
tree3f396981e2e5613c968ac3fee8d91ed2d762162b /sx-interaction.el
parentceaee4e85d44caad2db8adacdff2e2772bf254c0 (diff)
user-error is "not known to be defined" in emacs 24.2
Diffstat (limited to 'sx-interaction.el')
-rw-r--r--sx-interaction.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index 38520a7..7d32094 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -85,7 +85,7 @@ If it's not a question, or if it is read, return DATA."
;; If we found a question, we may need to check if it's read.
(if (and (assoc 'title data)
(null (sx-question--read-p data)))
- (user-error "Question not yet read. View it before acting on it")
+ (sx-user-error "Question not yet read. View it before acting on it")
data))
(defun sx--maybe-update-display (&optional buffer)
@@ -286,7 +286,7 @@ from context at point."
;; If we ever make an "Edit" button, first arg is a marker.
(when (markerp data) (setq data (sx--data-here)))
(sx-assoc-let data
- (when .comment_id (user-error "Editing comments is not supported yet"))
+ (when .comment_id (sx-user-error "Editing comments is not supported yet"))
(let ((buffer (current-buffer)))
(pop-to-buffer
(sx-compose-create