diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lisp/idutils.el | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-06-26 Tom Tromey <tromey@redhat.com> + + * lisp/idutils.el (gid-mode-font-lock-keywords): Also match + "finished". + 2007-06-19 Tom Tromey <tromey@redhat.com> * lisp/idutils.el: Require thingatpt. diff --git a/lisp/idutils.el b/lisp/idutils.el index 0274430..019a646 100644 --- a/lisp/idutils.el +++ b/lisp/idutils.el @@ -37,7 +37,7 @@ (defvar gid-command "gid" "The command run by the gid function.") (defvar gid-mode-font-lock-keywords - '(("^\\(Compilation\\|Gid\\) started.*" + '(("^\\(Compilation\\|Gid\\) \\(started\\|finished\\).*" (0 '(face nil message nil help-echo nil mouse-face nil) t)))) (defvar gid-use-search-in-buffer-name t |