emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/admin.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/admin/admin.el,v
Date: Wed, 16 Jul 2008 02:19:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/07/16 02:19:38

Index: admin.el
===================================================================
RCS file: /sources/emacs/emacs/admin/admin.el,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- admin.el    16 Jul 2008 02:13:50 -0000      1.26
+++ admin.el    16 Jul 2008 02:19:37 -0000      1.27
@@ -243,6 +243,10 @@
   (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 ?\")))))))
+  (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]