Revision e4596682cb02162e7c7c29ab2fb3226ae4286e7a authored by Joshua Cogliati on 09 March 2021, 01:37:06 UTC, committed by GitHub on 09 March 2021, 01:37:06 UTC
ISSUE-96: Flush buffer in CURSOR so position isn't dependent on buffer state
2 parent s c1b1f7f + 2d7a355
Raw File
namelist
;;; -*- logo -*-

to namelist :names
if wordp :names [output list [] (list :names)]
output list [] :names
end

bury "namelist
back to top