diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 20:04:24 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 20:04:24 -0200 |
commit | 2ee72cc4361031f3ab34e312fca191125ce18bfc (patch) | |
tree | bb17250a37f82a7f6356000862f21e93b518eff0 /sx-question-print.el | |
parent | 22f86c35499f994f0eb7532b8eb27b0d990d889d (diff) |
Move tag-format to sx-tag.el
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 9a51efb..b258fde 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-question--tag-format .tags " ") + (mapconcat #'sx-tag--format .tags " ") 'sx-question-mode-tags)) ;; Body (insert "\n" |