blob: 45a1da6bd61c00eb4ede98d88bd582a0b4a9aa0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lisp/idutils.el.orig 2021-02-27 07:27:26 UTC
+++ lisp/idutils.el
@@ -32,7 +32,7 @@
(require 'compile)
(require 'thingatpt)
-(defvar gid-command "gid" "The command run by the gid function.")
+(defvar gid-command "ggid" "The command run by the gid function.")
(defvar gid-mode-font-lock-keywords
'(("^\\(Compilation\\|Gid\\) \\(started\\|finished\\).*"
|