diff options
author | Miles Bader <miles@gnu.org> | 2008-07-15 23:52:03 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-07-15 23:52:03 +0000 |
commit | 0ae1e5e5653aff34bb099296d34314a1c8279f91 (patch) | |
tree | 9e174f42778e248235112f35efbe71549327c83c /nextstep | |
parent | 209a0f5ec0d954e81ecb681bbe44f1c63d5ed9d3 (diff) | |
download | emacs-0ae1e5e5653aff34bb099296d34314a1c8279f91.tar.gz |
Add arch tagline
Diffstat (limited to 'nextstep')
-rw-r--r-- | nextstep/ChangeLog | 2 | ||||
-rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html | 3 | ||||
-rwxr-xr-x | nextstep/compile | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index 2b3ccc8a914..26cd044f0c8 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog @@ -48,3 +48,5 @@ * FOR_RELEASE: New file: release tasks specific to NeXTstep port. * README.txt: New file: descriptive info for NeXTstep port. + +;; arch-tag: 963ee08e-8e76-485f-9cfb-65a4333a073c diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html b/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html index 7a65b125c5b..8e7cdc676e3 100644 --- a/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html @@ -1 +1,4 @@ <font face="lucida grande" size="-1"><a href="http://emacs-app.sf.net">http://emacs-app.sf.net</a></font> + +<!-- arch-tag: cc455793-f594-45c6-822c-f4a7bb362c15 + (do not change this comment) --> diff --git a/nextstep/compile b/nextstep/compile index e48accbfe73..4f42330edc8 100755 --- a/nextstep/compile +++ b/nextstep/compile @@ -221,3 +221,5 @@ ln -sf ../libexec/* . echo "" echo "Build successful." echo "" + +# arch-tag: 1fda51a1-d908-4e60-ad5e-47ffbb39f18d |