aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-07 22:50:58 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-07 22:50:58 -0200
commit976cf5e95dce4fd4d6f74350c8b9ea66aa13c0fd (patch)
tree683e71610f1f8e0faf736e4b5c293d70c2caa69e /sx-question-print.el
parenta11d7997aa61f6e5bcb5fb6974c25b914b3bd001 (diff)
parent95e9f6069ba328249c0e8ac86efdc888437ac187 (diff)
Merge branch 'master' into vermiculus/bot-branch
Diffstat (limited to 'sx-question-print.el')
-rw-r--r--sx-question-print.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-print.el b/sx-question-print.el
index e148d5f..e2db76f 100644
--- a/sx-question-print.el
+++ b/sx-question-print.el
@@ -276,7 +276,7 @@ DATA can represent a question or an answer."
(defun sx-question-mode--propertize-display-name (author)
"Return display_name of AUTHOR with `sx-question-mode-author' face."
(sx-assoc-let author
- (propertize .display_name
+ (propertize (or .display_name "??")
'face 'sx-question-mode-author)))
(defun sx-question-mode--print-comment (comment-data)