view nt/ad2c.sed @ 712:2d3184c89f71

[xemacs-hg @ 2001-12-23 01:08:32 by wmperry] Updated to deal with new own_selection() calling parameters.
author wmperry
date Sun, 23 Dec 2001 01:08:32 +0000 (2001-12-23)
parents 4be1180a9e89
children
line wrap: on
line source
/^!/d
/^$/d
s/\\/\\\\/g
s/\\$//g
s/"/\\"/g
s/^/(String) "/
: test
/\\$/b slash
s/$/",/
p
d
: slash
n
/^!/d
/^$/d
s/"/\\"/g
s/\\\\/\\/g
s/\\n/\\\\n/g
s/\\t/\\\\t/g
s/\\f/\\\\f/g
s/\\b/\\\\b/g
b test