Mercurial > emacs
diff admin/admin.el @ 96690:53126b877e24
(set-copyright): Add nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Wed, 16 Jul 2008 02:19:37 +0000 |
| parents | 78f1f6985e22 |
| children | 9592c50233ab |
line wrap: on
line diff
--- a/admin/admin.el Wed Jul 16 02:18:49 2008 +0000 +++ b/admin/admin.el Wed Jul 16 02:19:37 2008 +0000 @@ -243,7 +243,11 @@ (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)
