aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
diff options
context:
space:
mode:
authorGlenn Morris2012-11-03 12:19:05 -0700
committerGlenn Morris2012-11-03 12:19:05 -0700
commit5ccd466c8249e954f140aff34c6e0f4f4d2751d5 (patch)
tree9c84490461ce4ecab1d0f52fe6ab446e413940db /admin/admin.el
parentf58542e1510319921d1745e0ad647ed42b1157f2 (diff)
downloademacs-5ccd466c8249e954f140aff34c6e0f4f4d2751d5.tar.gz
emacs-5ccd466c8249e954f140aff34c6e0f4f4d2751d5.zip
* admin/admin.el (set-copyright): Add msdos/sed2v2.inp.
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el4
1 files changed, 4 insertions, 0 deletions
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."
158 (set-version-in-file root "configure.ac" copyright 158 (set-version-in-file root "configure.ac" copyright
159 (rx (and bol "copyright" (0+ (not (in ?\"))) 159 (rx (and bol "copyright" (0+ (not (in ?\")))
160 ?\" (submatch (1+ (not (in ?\")))) ?\"))) 160 ?\" (submatch (1+ (not (in ?\")))) ?\")))
161 (set-version-in-file root "msdos/sed2v2.inp" copyright
162 (rx (and bol "/^#undef " (1+ not-newline)
163 "define COPYRIGHT" (1+ space)
164 ?\" (submatch (1+ (not (in ?\")))) ?\")))
161 (set-version-in-file root "nt/config.nt" copyright 165 (set-version-in-file root "nt/config.nt" copyright
162 (rx (and bol "#" (0+ blank) "define" (1+ blank) 166 (rx (and bol "#" (0+ blank) "define" (1+ blank)
163 "COPYRIGHT" (1+ blank) 167 "COPYRIGHT" (1+ blank)