Lines 1-19
Link Here
|
1 |
--- lisp/xtla-defs.el.orig Sat Jul 9 04:01:48 2005 |
|
|
2 |
+++ lisp/xtla-defs.el Wed Jul 20 09:43:15 2005 |
3 |
@@ -1758,14 +1758,14 @@ |
4 |
|
5 |
(defcustom tla-diff-executable (tla--first-set |
6 |
tla-site-diff-executable |
7 |
- "diff") |
8 |
+ "gdiff") |
9 |
"*The name of the diff executable." |
10 |
:type 'string |
11 |
:group 'xtla) |
12 |
|
13 |
(defcustom tla-patch-executable (tla--first-set |
14 |
tla-site-patch-executable |
15 |
- "patch") |
16 |
+ "gpatch") |
17 |
"*The name of the patch executable." |
18 |
:type 'string |
19 |
:group 'xtla) |