]> code.delx.au - gnu-emacs/commitdiff
* admin/admin.el (set-copyright): Add msdos/sed2v2.inp.
authorGlenn Morris <rgm@gnu.org>
Sat, 3 Nov 2012 19:19:05 +0000 (12:19 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 3 Nov 2012 19:19:05 +0000 (12:19 -0700)
admin/ChangeLog
admin/admin.el

index da318dd662a24350aeee92bf451c4306c9394b34..ccb54a0a9ed30868b4759440753861686558a016 100644 (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).
index 59d085b6405d143f367bbc6c25fdcad26c23224e..ec78fb27865dd1952574bbcaf0806fc24dce15ec 100644 (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)