git.el: Define the propertize function if needed, for XEmacs compatibility.
authorAlexandre Julliard <julliard@winehq.org>
Tue, 9 Jan 2007 20:27:40 +0000 (21:27 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 10 Jan 2007 00:15:07 +0000 (16:15 -0800)
commit03d311eda2d8c2d23855b9d3e904c7648925ab56
treec8a7cfc099b1ca87bc2e4fe8d21ddcebdf67ac3b
parent3fe71f3a6f4454e845d4c7aec3e4bddd9a872b15
git.el: Define the propertize function if needed, for XEmacs compatibility.

Also use `concat' instead of `format' in the pretty-printer since
format doesn't preserve properties under XEmacs.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/emacs/git.el