# HG changeset patch # User Glenn Morris # Date 1216174777 0 # Node ID 53126b877e2446cb51c6e8eac51be58565c173fd # Parent f34c4d928d392648c1e44ec29f7516371133d416 (set-copyright): Add nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist. diff -r f34c4d928d39 -r 53126b877e24 admin/admin.el --- 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)