source:
kBuild/vendor/sed/current/testsuite/xemacs.sed
Last change on this file was 599, checked in by , 18 years ago | |
---|---|
File size: 202 bytes |
Line | |
---|---|
1 | # Inspired by xemacs' config.status script |
2 | # submitted by John Fremlin (john@fremlin.de) |
3 | |
4 | /^# Generated/d |
5 | s%/\*\*/#.*%% |
6 | s/^ *# */#/ |
7 | /^##/d |
8 | /^#/ { |
9 | p |
10 | d |
11 | } |
12 | /./ { |
13 | s/\([\"]\)/\\\1/g |
14 | s/^/"/ |
15 | s/$/"/ |
16 | } |
Note:
See TracBrowser
for help on using the repository browser.