view netinstall/version.pl @ 4675:9a1a59b4b75d

Correct an ancient typo workaround, thank you Julian Bradfield! lisp/ChangeLog addition: 2009-08-14 Aidan Kehoe <kehoea@parhasard.net> * minibuf.el (read-from-minibuffer): Use buffer (format " *Minibuf-%d*" (minibuffer-depth)), regardless of depth.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 14 Aug 2009 19:14:51 +0100
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";
  }
}