diff options
-rw-r--r-- | git-email.el | 1 |
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)) |