view nt/ad2c.sed @ 699:1f799c0f4c7e

[xemacs-hg @ 2001-12-16 17:39:53 by adrian] [PATCH APPROVE COMMIT] xemacs-21.5: Update version to 21.5 in info/dir <y9k4p95r.fsf@mailto.t-online.de>
author adrian
date Sun, 16 Dec 2001 17:39:53 +0000
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