home *** CD-ROM | disk | FTP | other *** search
- /* Edge macro: hn_indentoptions
- **
- ** $VER: hn_IndentOptions.edge 1.2 (16-Feb-93 00:30:54)
- **
- ** Usage: hn_indentoptions
- **
- ** Synopsis: select GNU-Indent options
- **
- ** Author: Henrik Nordström
- ** Ängsvägen 1
- ** S 756 45 Uppsala
- */
-
- options results
- 'getenvvar _fe_user7'
- options=result
- 'requeststring title "indent options?" default "'options'"'
- ret=rc
- if Ret == 0 then 'putenvvar _fe_user7 "'result'"'
- exit(ret)
-