Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 3065:3fa430e1aa35
[xemacs-hg @ 2005-11-13 10:52:47 by ben]
don't bomb out when fun has no documentation
help.el: Don't bomb out when fun has no documentation.
| author | ben |
|---|---|
| date | Sun, 13 Nov 2005 10:52:48 +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"; } }
