home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / modes / math / mathdescemacs.awk < prev    next >
Encoding:
AWK Script  |  1989-01-07  |  117 b   |  5 lines

  1. # build an array of action names
  2. BEGIN    { print "char *action_name[] = {" }
  3.     { print "   \"",$1 }
  4. END    { print "  }" }
  5.