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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-04-26
|
328 bÂ
|
10 lines
; An if-block that gets included into select_edit_keys().
if ext='BAT' | ext='CMD' | ext='EXC' | ext='EXEC' | ext='XEDIT' then
getline line,1
if substr(line,1,2)='/*' or (line='' & .last = 1) then
keys rexx_keys
'tabs' REXX_TABS
'ma' REXX_MARGINS
endif
endif