]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-copyright): Add nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist.
authorGlenn Morris <rgm@gnu.org>
Wed, 16 Jul 2008 02:19:37 +0000 (02:19 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 16 Jul 2008 02:19:37 +0000 (02:19 +0000)
admin/admin.el

index ca803fa4a994cfa95f058075dcf036f1c8938cf2..f1d1b308f88ec4ddf0ce9d054e9e9966eb6cf912 100644 (file)
@@ -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)