# HG changeset patch # User Miles Bader # Date 1216165634 0 # Node ID 9a85c163883dd1533023d3293636138f65c057fd # Parent 9631844b13ae096d91215aae1749869e52d297e4 Add arch tagline diff -r 9631844b13ae -r 9a85c163883d doc/emacs/ns-emacs.texi --- a/doc/emacs/ns-emacs.texi Tue Jul 15 23:00:44 2008 +0000 +++ b/doc/emacs/ns-emacs.texi Tue Jul 15 23:47:14 2008 +0000 @@ -1017,3 +1017,7 @@ from whom we didn't hear much, but the presence of which assured us that maybe this project was actually worth doing. @bye + +@ignore + arch-tag: 286bdf18-ccfb-48b2-b730-994771de6bdd +@end ignore diff -r 9631844b13ae -r 9a85c163883d lisp/ns-carbon-compat.el --- a/lisp/ns-carbon-compat.el Tue Jul 15 23:00:44 2008 +0000 +++ b/lisp/ns-carbon-compat.el Tue Jul 15 23:47:14 2008 +0000 @@ -35,3 +35,5 @@ (defvaralias 'mac-control-modifier 'ns-control-modifier) (defvaralias 'mac-option-modifier 'ns-option-modifier) (defvaralias 'mac-function-modifier 'ns-function-modifier) + +;; arch-tag: b03b7d78-2b97-4953-90be-5d4f71b64ec1 diff -r 9631844b13ae -r 9a85c163883d lisp/ns-grabenv.el --- a/lisp/ns-grabenv.el Tue Jul 15 23:00:44 2008 +0000 +++ b/lisp/ns-grabenv.el Tue Jul 15 23:47:14 2008 +0000 @@ -65,3 +65,5 @@ ; gives the path to the shell (defaults to the current setting of ; shell-file-name). The remaining arguments are interpreted as a list of ; commands for it to execute (defaults to \"printenv\")." nil nil) + +;; arch-tag: e65e1dd8-1566-460c-ad66-07948588be56 diff -r 9631844b13ae -r 9a85c163883d lisp/term/ns-win.el --- a/lisp/term/ns-win.el Tue Jul 15 23:00:44 2008 +0000 +++ b/lisp/term/ns-win.el Tue Jul 15 23:47:14 2008 +0000 @@ -1605,4 +1605,5 @@ (provide 'ns-win) +;; arch-tag: eb138a45-4e2e-4d68-b1c9-a39665731644 ;;; ns-win.el ends here diff -r 9631844b13ae -r 9a85c163883d nextstep/ChangeLog --- a/nextstep/ChangeLog Tue Jul 15 23:00:44 2008 +0000 +++ b/nextstep/ChangeLog Tue Jul 15 23:47:14 2008 +0000 @@ -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 -r 9631844b13ae -r 9a85c163883d nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html --- a/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html Tue Jul 15 23:00:44 2008 +0000 +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html Tue Jul 15 23:47:14 2008 +0000 @@ -1,1 +1,4 @@ http://emacs-app.sf.net + + diff -r 9631844b13ae -r 9a85c163883d nextstep/compile --- a/nextstep/compile Tue Jul 15 23:00:44 2008 +0000 +++ b/nextstep/compile Tue Jul 15 23:47:14 2008 +0000 @@ -221,3 +221,5 @@ echo "" echo "Build successful." echo "" + +# arch-tag: 1fda51a1-d908-4e60-ad5e-47ffbb39f18d diff -r 9631844b13ae -r 9a85c163883d src/nsgui.h --- a/src/nsgui.h Tue Jul 15 23:00:44 2008 +0000 +++ b/src/nsgui.h Tue Jul 15 23:47:14 2008 +0000 @@ -206,3 +206,6 @@ #define PWinGravity (1L << 9) /* program specified window gravity */ #endif /* __NSGUI_H__ */ + +/* arch-tag: b2af3275-62c3-45b4-9335-4c9635c67e55 + (do not change this comment) */ diff -r 9631844b13ae -r 9a85c163883d src/nsterm.h --- a/src/nsterm.h Tue Jul 15 23:00:44 2008 +0000 +++ b/src/nsterm.h Tue Jul 15 23:47:14 2008 +0000 @@ -825,3 +825,6 @@ #endif /* HAVE_NS */ + +/* arch-tag: 0a28b142-4ac1-4a81-a243-abcd82d9c4e5 + (do not change this comment) */