Ticket #14948: patch-lisp-idutils.el
File patch-lisp-idutils.el, 405 bytes (added by yanjingfeng@…, 17 years ago) |
---|
Line | |
---|---|
1 | --- lisp/idutils.el.orig 2008-04-27 23:02:05.000000000 -0700 |
2 | +++ lisp/idutils.el 2008-04-27 23:04:26.000000000 -0700 |
3 | @@ -34,7 +34,7 @@ |
4 | (require 'compile) |
5 | (provide 'idutils) |
6 | |
7 | -(defvar gid-command "gid" "The command run by the gid function.") |
8 | +(defvar gid-command "gid32" "The command run by the gid function.") |
9 | |
10 | (defun gid (args) |
11 | "Run gid, with user-specified ARGS, and collect output in a buffer. |