aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2008-07-15 23:52:03 +0000
committerMiles Bader2008-07-15 23:52:03 +0000
commit0ae1e5e5653aff34bb099296d34314a1c8279f91 (patch)
tree9e174f42778e248235112f35efbe71549327c83c /src
parent209a0f5ec0d954e81ecb681bbe44f1c63d5ed9d3 (diff)
downloademacs-0ae1e5e5653aff34bb099296d34314a1c8279f91.tar.gz
emacs-0ae1e5e5653aff34bb099296d34314a1c8279f91.zip
Add arch tagline
Diffstat (limited to 'src')
-rw-r--r--src/nsfns.m3
-rw-r--r--src/nsfont.m3
-rw-r--r--src/nsgui.h3
-rw-r--r--src/nsimage.m3
-rw-r--r--src/nsmenu.m3
-rw-r--r--src/nsselect.m3
-rw-r--r--src/nsterm.h3
-rw-r--r--src/nsterm.m3
8 files changed, 24 insertions, 0 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index a39a8342bf9..4f14bec0128 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -2666,3 +2666,6 @@ be used as the image of the icon representing the frame.");
2666@end 2666@end
2667 2667
2668#endif 2668#endif
2669
2670/* arch-tag: dc2a3f74-1123-4daa-8eed-fb78db6a5642
2671 (do not change this comment) */
diff --git a/src/nsfont.m b/src/nsfont.m
index 2f667a2af79..bf77d235dd2 100644
--- a/src/nsfont.m
+++ b/src/nsfont.m
@@ -1493,3 +1493,6 @@ syms_of_nsfont ()
1493 DEFSYM (Qroman, "roman"); 1493 DEFSYM (Qroman, "roman");
1494 DEFSYM (Qmedium, "medium"); 1494 DEFSYM (Qmedium, "medium");
1495} 1495}
1496
1497/* arch-tag: d6c3c6f0-62de-4978-8b1e-b7966fe02cae
1498 (do not change this comment) */
diff --git a/src/nsgui.h b/src/nsgui.h
index df38db84ade..88e0993e21a 100644
--- a/src/nsgui.h
+++ b/src/nsgui.h
@@ -206,3 +206,6 @@ typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect;
206#define PWinGravity (1L << 9) /* program specified window gravity */ 206#define PWinGravity (1L << 9) /* program specified window gravity */
207 207
208#endif /* __NSGUI_H__ */ 208#endif /* __NSGUI_H__ */
209
210/* arch-tag: b2af3275-62c3-45b4-9335-4c9635c67e55
211 (do not change this comment) */
diff --git a/src/nsimage.m b/src/nsimage.m
index 692190280dc..6cb20d5765b 100644
--- a/src/nsimage.m
+++ b/src/nsimage.m
@@ -478,3 +478,6 @@ static EmacsImage *ImageList = nil;
478} 478}
479 479
480@end 480@end
481
482/* arch-tag: 6b310280-6892-4e5e-8f34-41c4d384874f
483 (do not change this comment) */
diff --git a/src/nsmenu.m b/src/nsmenu.m
index d59732b02e4..f549d3a4f03 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -1946,3 +1946,6 @@ syms_of_nsmenu ()
1946 Qdebug_on_next_call = intern ("debug-on-next-call"); 1946 Qdebug_on_next_call = intern ("debug-on-next-call");
1947 staticpro (&Qdebug_on_next_call); 1947 staticpro (&Qdebug_on_next_call);
1948} 1948}
1949
1950/* arch-tag: 75773656-52e5-4c44-a398-47bd87b32619
1951 (do not change this comment) */
diff --git a/src/nsselect.m b/src/nsselect.m
index a999fc38365..b661b3f7675 100644
--- a/src/nsselect.m
+++ b/src/nsselect.m
@@ -622,3 +622,6 @@ set to nil. */);
622/* } */ 622/* } */
623 623
624} 624}
625
626/* arch-tag: 39d1dde7-06a6-49ff-95a7-0e7af12d2218
627 (do not change this comment) */
diff --git a/src/nsterm.h b/src/nsterm.h
index 26036a83a71..f2ff1243a42 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -825,3 +825,6 @@ extern char gnustep_base_version[]; /* version tracking */
825 825
826 826
827#endif /* HAVE_NS */ 827#endif /* HAVE_NS */
828
829/* arch-tag: 0a28b142-4ac1-4a81-a243-abcd82d9c4e5
830 (do not change this comment) */
diff --git a/src/nsterm.m b/src/nsterm.m
index fcf98749f09..1e112ea8e4f 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -6596,3 +6596,6 @@ ns_xlfd_to_fontname (const char *xlfd)
6596 xfree (name); 6596 xfree (name);
6597 return ret; 6597 return ret;
6598} 6598}
6599
6600/* arch-tag: 6eaa8f7d-a69b-4e1c-b43d-ab31defbe0d2
6601 (do not change this comment) */