git.el: Avoid setting font lock keywords before entering log-edit mode.
authorAlexandre Julliard <julliard@winehq.org>
Sat, 6 Jan 2007 13:46:47 +0000 (14:46 +0100)
committerJunio C Hamano <junkio@cox.net>
Sat, 6 Jan 2007 18:45:13 +0000 (10:45 -0800)
Instead, reinitialize the keywords after the fact. This avoids
conflicts with other users of log-edit mode, like pcl-cvs.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found