~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to bin/tkinfo

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/home/wfs/bin/gcl  -f
 
2
(in-package "SI")
 
3
(setq *load-verbose* nil)
 
4
(tkconnect)
 
5
(tk::wm :iconify ".")
 
6
(offer-choices
 
7
  (sloop::sloop for v in (cdr  si::*command-args*)
 
8
        appending (info-aux v *default-info-files*))
 
9
  *default-info-files*)
 
10
(tk::bind '.info "<Destroy>" '(bye))
 
11
(read)
 
12
 
 
13
 
 
14
 
 
15
 
 
16
 
 
17
 
 
18
 
 
19