Merge branch 'dk/maint-blame-el'

* dk/maint-blame-el:
  git-blame.el: Add (require 'format-spec)
This commit is contained in:
Junio C Hamano 2010-11-17 14:59:04 -08:00
Родитель 5a7a0fae8f 0cb3f80de0
Коммит fbfe5de5bd
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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