X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Femacs%2Fgit-blame.el;h=d351cfb6e7e818f5f760e83889586c6dbf6e3a11;hb=ee438efbc1a05382fa6f2ab59e7d07240a5013be;hp=7f4c7929784f8e2d8b24b0eaf9f05a2f10c1c6eb;hpb=c01a29c74ff991faf3012882fbf676b182b8893f;p=git.git diff --git a/contrib/emacs/git-blame.el b/contrib/emacs/git-blame.el index 7f4c79297..d351cfb6e 100644 --- a/contrib/emacs/git-blame.el +++ b/contrib/emacs/git-blame.el @@ -79,6 +79,7 @@ ;;; Code: (eval-when-compile (require 'cl)) ; to use `push', `pop' +(require 'format-spec) (defface git-blame-prefix-face '((((background dark)) (:foreground "gray"