#! /bin/sh
if [ -x /usr/bin/xemacs ]; then
  xemacs -batch -f batch-ada-indent "$@"
else
  emacs -batch -f batch-ada-indent "$@"
fi
