aboutsummaryrefslogtreecommitdiff
path: root/git-email.el
diff options
context:
space:
mode:
Diffstat (limited to 'git-email.el')
-rw-r--r--git-email.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-email.el b/git-email.el
index 4c406a8..b84fd25 100644
--- a/git-email.el
+++ b/git-email.el
@@ -270,6 +270,7 @@ If the header is not found, return an empty string."
(buffer-string)))
(defun git-email--fontify-using-faces (text)
+ "Fontify TEXT using faces."
(let ((pos 0)
(next (gensym)))
(while (setq next (next-single-property-change pos 'face text))