Skip to content

Commit

Permalink
Merge branch 'dk/maint-blame-el'
Browse files Browse the repository at this point in the history
* dk/maint-blame-el:
  git-blame.el: Add (require 'format-spec)
  • Loading branch information
Junio C Hamano committed Nov 17, 2010
2 parents 5a7a0fa + 0cb3f80 commit fbfe5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/emacs/git-blame.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fbfe5de

Please sign in to comment.