diff options
Diffstat (limited to 'lisp/idutils.el')
-rw-r--r-- | lisp/idutils.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |