* admin/admin.el (set-copyright): Add msdos/sed2v2.inp.

This commit is contained in:
Glenn Morris 2012-11-03 12:19:05 -07:00
parent f58542e151
commit 5ccd466c82
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2012-11-03 Glenn Morris <rgm@gnu.org>
* admin.el (set-copyright): Add msdos/sed2v2.inp.
2012-11-01 Paul Eggert <eggert@cs.ucla.edu>
Fix data-loss with --batch (Bug#9574).

View file

@ -158,6 +158,10 @@ Root must be the root of an Emacs source tree."
(set-version-in-file root "configure.ac" copyright
(rx (and bol "copyright" (0+ (not (in ?\")))
?\" (submatch (1+ (not (in ?\")))) ?\")))
(set-version-in-file root "msdos/sed2v2.inp" copyright
(rx (and bol "/^#undef " (1+ not-newline)
"define COPYRIGHT" (1+ space)
?\" (submatch (1+ (not (in ?\")))) ?\")))
(set-version-in-file root "nt/config.nt" copyright
(rx (and bol "#" (0+ blank) "define" (1+ blank)
"COPYRIGHT" (1+ blank)