home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / epmmac.zip / RKEYSEL.E < prev    next >
Text File  |  1991-04-26  |  328b  |  10 lines

  1. ;      An if-block that gets included into select_edit_keys().
  2.    if ext='BAT' | ext='CMD' | ext='EXC' | ext='EXEC' | ext='XEDIT' then
  3.       getline line,1
  4.       if substr(line,1,2)='/*' or (line='' & .last = 1) then
  5.          keys   rexx_keys
  6.          'tabs' REXX_TABS
  7.          'ma'   REXX_MARGINS
  8.       endif
  9.    endif
  10.