home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / editors / epm / sampmacs / rkeysel.e < prev    next >
Encoding:
Text File  |  1991-04-26  |  328 b   |  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.