view nt/ad2c.sed @ 2579:1fc205405d85

[xemacs-hg @ 2005-02-10 03:26:14 by ben] also needed for paragraphs patch dumped-lisp.el: Move paragraphs later so that decode-coding-string is defined.
author ben
date Thu, 10 Feb 2005 03:26:15 +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