Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-11-18 01:59:04 +0300
committerJunio C Hamano <gitster@pobox.com>2010-11-18 01:59:04 +0300
commitfbfe5de5bdaaf9572c1811e3b4ddfaa35e6bb227 (patch)
tree65d89aad70a3e40d983ae15475f19262771b3d40 /contrib
parent5a7a0fae8f964b5ad179018d6a50f25ef7550f97 (diff)
parent0cb3f80de0d464c0c8a1c2963396bfcdb00dedab (diff)
Merge branch 'dk/maint-blame-el'
* dk/maint-blame-el: git-blame.el: Add (require 'format-spec)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/emacs/git-blame.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/emacs/git-blame.el b/contrib/emacs/git-blame.el
index 7f4c792978..d351cfb6e7 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"