summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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.");
@end
#endif
+
+/* arch-tag: dc2a3f74-1123-4daa-8eed-fb78db6a5642
+ (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 ()
DEFSYM (Qroman, "roman");
DEFSYM (Qmedium, "medium");
}
+
+/* arch-tag: d6c3c6f0-62de-4978-8b1e-b7966fe02cae
+ (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;
#define PWinGravity (1L << 9) /* program specified window gravity */
#endif /* __NSGUI_H__ */
+
+/* arch-tag: b2af3275-62c3-45b4-9335-4c9635c67e55
+ (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;
}
@end
+
+/* arch-tag: 6b310280-6892-4e5e-8f34-41c4d384874f
+ (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 ()
Qdebug_on_next_call = intern ("debug-on-next-call");
staticpro (&Qdebug_on_next_call);
}
+
+/* arch-tag: 75773656-52e5-4c44-a398-47bd87b32619
+ (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. */);
/* } */
}
+
+/* arch-tag: 39d1dde7-06a6-49ff-95a7-0e7af12d2218
+ (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 */
#endif /* HAVE_NS */
+
+/* arch-tag: 0a28b142-4ac1-4a81-a243-abcd82d9c4e5
+ (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)
xfree (name);
return ret;
}
+
+/* arch-tag: 6eaa8f7d-a69b-4e1c-b43d-ab31defbe0d2
+ (do not change this comment) */