Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 3472:43b4a54fbf66
[xemacs-hg @ 2006-06-24 14:30:36 by stephent]
Silence commands that set marks etc in test suite.
<87wtb67hm2.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 24 Jun 2006 14:30:39 +0000 |
parents | 3078fd1074e8 |
children |
line wrap: on
line source
while (<STDIN>) { if (/^\$Revision:\s*([0-9\.]*)/) { print "char *version = \"$1\";\n"; print "static char *id = \"\\n%%% setup-version $1\\n\";\n"; } }