File: ada-indent

package info (click to toggle)
ada-mode 3.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 680 kB
  • ctags: 369
  • sloc: lisp: 6,447; makefile: 54; sh: 50
file content (6 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#! /bin/sh
if [ -x /usr/bin/xemacs ]; then
  xemacs -batch -f batch-ada-indent "$@"
else
  emacs -batch -f batch-ada-indent "$@"
fi