summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPedro J. Ruiz Lopez <holzplatten@es.gnu.org>2007-06-26 22:53:28 +0000
committerPedro J. Ruiz Lopez <holzplatten@es.gnu.org>2007-06-26 22:53:28 +0000
commitb828795144863ab6f1b183ec85a0dc0d609c7c05 (patch)
tree19b5fa570cca8451884635d34a6c9feb57ecf473 /lisp
parentb8d6cfa4f8ad4c1b80fc1442434ce951205474ae (diff)
downloadidutils-b828795144863ab6f1b183ec85a0dc0d609c7c05.tar.gz
idutils-b828795144863ab6f1b183ec85a0dc0d609c7c05.tar.bz2
idutils-b828795144863ab6f1b183ec85a0dc0d609c7c05.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/idutils.el2
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