Merge branch 'dk/maint-blame-el' into maint
* dk/maint-blame-el: git-blame.el: Add (require 'format-spec)
This commit is contained in:
commit
42a038ceae
@ -79,6 +79,7 @@
|
|||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(eval-when-compile (require 'cl)) ; to use `push', `pop'
|
(eval-when-compile (require 'cl)) ; to use `push', `pop'
|
||||||
|
(require 'format-spec)
|
||||||
|
|
||||||
(defface git-blame-prefix-face
|
(defface git-blame-prefix-face
|
||||||
'((((background dark)) (:foreground "gray"
|
'((((background dark)) (:foreground "gray"
|
||||||
|
Loading…
Reference in New Issue
Block a user