summaryrefslogtreecommitdiff
path: root/admin/admin.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-07-16 02:19:37 +0000
committerGlenn Morris <rgm@gnu.org>2008-07-16 02:19:37 +0000
commit7963f8ab8a3fbd3bb883767a80901be68baaa4e4 (patch)
tree707a8eb0ab35a7c49628d1e82ef56bcae14ce438 /admin/admin.el
parent2f8e74bbbb33df885239ecd9c3c1e6e834978335 (diff)
(set-copyright): Add nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist.
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el
index ca803fa4a99..f1d1b308f88 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -243,7 +243,11 @@ Root must be the root of an Emacs source tree."
(set-version-in-file
root "nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings"
copyright (rx (and "NSHumanReadableCopyright" (0+ space) ?\= (0+ space)
- ?\" (submatch (1+ (not (in ?\"))))))))
+ ?\" (submatch (1+ (not (in ?\")))))))
+ (set-version-in-file
+ root "nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist"
+ copyright (rx (and "Copyright" (0+ space) ?\= (0+ space)
+ ?\" (submatch (1+ (not (in ?\"))))))))
(provide 'admin)