--- > On Sun, Dec 6, 2009 at 8:43 PM, David Kågedal <davidk@xxxxxxxxxxxxxx> wrote: > > Sergei Organov <osv@xxxxxxxxx> writes: > > > >> Then there should be (require 'format-spec) in git-blame.el, right? Due > >> to: > > > > Of course. I must have missed that since I already had it loaded. > > Has this oneliner been submitted for inclusion in git.git yet? > Yesterday I stumbled upon format-spec missing on a fresh install of > Ubuntu 10.04's emacs package.. Just require'ing it fixes the problem. Apparently not, but here is the patch. contrib/emacs/git-blame.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/contrib/emacs/git-blame.el b/contrib/emacs/git-blame.el index 7f4c792..d351cfb 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" -- 1.7.0.4 -- David Kågedal -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html