diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 22:50:58 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 22:50:58 -0200 |
commit | 976cf5e95dce4fd4d6f74350c8b9ea66aa13c0fd (patch) | |
tree | 683e71610f1f8e0faf736e4b5c293d70c2caa69e /sx-question-print.el | |
parent | a11d7997aa61f6e5bcb5fb6974c25b914b3bd001 (diff) | |
parent | 95e9f6069ba328249c0e8ac86efdc888437ac187 (diff) |
Merge branch 'master' into vermiculus/bot-branch
Diffstat (limited to 'sx-question-print.el')
-rw-r--r-- | sx-question-print.el | 2 |
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) |