Merge branch 'dk/maint-blame-el' into maint

* dk/maint-blame-el:
  git-blame.el: Add (require 'format-spec)
maint
Junio C Hamano 2010-11-24 12:46:17 -08:00
commit 42a038ceae
1 changed files with 1 additions and 0 deletions

View File

@ -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"