diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-14 15:58:17 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-14 15:58:17 -0200 |
commit | b8124d4056632ae3eb1381b19db743625a715548 (patch) | |
tree | caea7cc28091643a26a40685052fb5deb82ff7cb /sx-question-print.el | |
parent | ded9c419cbbbe77446681460e4352168a8b33e80 (diff) |
Use sx-tag--format-tags
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 190c924..e535091 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -223,7 +223,7 @@ DATA can represent a question or an answer." ;; Tags (sx-question-mode--insert-header sx-question-mode-header-tags - (mapconcat #'sx-tag--format .tags " ") + (sx-tag--format-tags .tags .site_par) nil)) ;; Body (insert "\n" |