#!/usr/local/odd/hyper -file

#PLEASE DON'T REMOVE THIS LINES FROM THIS FILE
#sn_auto_reset ~/devo/snavigator/gui

# Name the main interp, so we can keep them straight.

tk appname sourcenav-main

# Create an interp and run the SN session inside it.

create_interp {

  # FIXME: This is broken, it gets reset inside sn_init_globals
  set sn_options(sys,bug-mail-address) "support@cygnus.com"

  sn_session
}
