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-tag.el | |
parent | 22f86c35499f994f0eb7532b8eb27b0d990d889d (diff) |
Move tag-format to sx-tag.el
Diffstat (limited to 'sx-tag.el')
-rw-r--r-- | sx-tag.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -133,6 +133,12 @@ tags." (push input list)) (reverse list))) + +;;; Printing +(defun sx-tag--format (tag) + "Formats TAG for display." + (concat "[" tag "]")) + (provide 'sx-tag) ;;; sx-tag.el ends here |