From 5ccd466c8249e954f140aff34c6e0f4f4d2751d5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 3 Nov 2012 12:19:05 -0700 Subject: [PATCH] * admin/admin.el (set-copyright): Add msdos/sed2v2.inp. --- admin/ChangeLog | 4 ++++ admin/admin.el | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/admin/ChangeLog b/admin/ChangeLog index da318dd662a..ccb54a0a9ed 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2012-11-03 Glenn Morris + + * admin.el (set-copyright): Add msdos/sed2v2.inp. + 2012-11-01 Paul Eggert Fix data-loss with --batch (Bug#9574). diff --git a/admin/admin.el b/admin/admin.el index 59d085b6405..ec78fb27865 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -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) -- 2.39.5