diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-14 23:11:53 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-14 23:11:53 +0000 |
commit | 0fce5e831997d88fe6e159a3b968ea38c02b5d17 (patch) | |
tree | 46c90b85f5ac3c43ab27b6dd1e05dee07b6e2daa /sx-question-mode.el | |
parent | a85c9c3331dd1c2bf265e684a39d8841cc6905b3 (diff) |
Refactor propertized-display-name
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index 28a786f..37ff7e7 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -225,7 +225,7 @@ DATA can represent a question or an answer." (sx-question-mode--insert-header ;; Author sx-question-mode-header-author - (sx-question-mode--propertized-display-name .owner) + (sx-question-mode--propertize-display-name .owner) 'sx-question-mode-author ;; Date sx-question-mode-header-date @@ -234,7 +234,7 @@ DATA can represent a question or an answer." (when .last_edit_date (format sx-question-mode-last-edit-format (sx-time-since .last_edit_date) - (sx-question-mode--propertized-display-name .last_editor)))) + (sx-question-mode--propertize-display-name .last_editor)))) 'sx-question-mode-date) (when .title ;; Tags @@ -279,7 +279,7 @@ DATA can represent a question or an answer." (insert (format sx-question-mode-comments-format - (sx-question-mode--propertized-display-name .owner) + (sx-question-mode--propertize-display-name .owner) (substring ;; We fill with three spaces at the start, so the comment is ;; slightly indented. |