Support RETURN-FROM in DEF%TR forms
[maxima.git] / interfaces / xmaxima / Tkmaxima / Header.tcl.in
blob8d38dd7c6414469a42c0a6db374dceb26579b83e
1 #!/bin/sh
2 # -*- mode: tcl; fill-column: 75; tab-width: 8 -*- \
3 exec @WISH@ "$0" -- "$@"
5 package require Tk 8.6
6 catch {package require Img}
9 # Xmaxima is created from the files in the directory interfaces/xmaxima/Tkmaxima/
10 # in maxima's source tree. For creating this program maxima
11 # version @VERSION@ was used.
13 # The main purpose of this header is to tell un*x-based systems how to execute
14 # the program.