1997-03-06 10:50:40 +00:00
|
|
|
--- tkinfo.orig Thu Mar 6 02:07:29 1997
|
|
|
|
+++ tkinfo Thu Mar 6 11:41:30 1997
|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
#!/bin/sh
|
|
|
|
# This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \
|
|
|
|
-exec wish "$0" "$@"
|
1999-11-28 18:32:45 +00:00
|
|
|
+exec wish8.2 "$0" "$@"
|
1997-02-07 09:01:51 +00:00
|
|
|
|
1997-03-06 10:50:40 +00:00
|
|
|
##########################################################################
|
|
|
|
# Version of TkInfo:
|
|
|
|
@@ -443,7 +443,7 @@
|
|
|
|
proc tkiInit { } {
|
|
|
|
global tki env auto_path tkiEmbed geometry
|
1997-02-07 09:01:51 +00:00
|
|
|
|
1997-03-06 10:50:40 +00:00
|
|
|
- set defInfoPath [list . \
|
|
|
|
+ set defInfoPath [list . /usr/share/info \
|
|
|
|
/usr/info /usr/local/info /usr/local/gnu/info \
|
|
|
|
/usr/local/emacs/info /usr/local/lib/emacs/info \
|
|
|
|
/usr/lib/xemacs/info /usr/local/lib/xemacs/info \
|