aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2009-12-01 09:28:22 +0000
committerMiles Bader2009-12-01 09:28:22 +0000
commit964f5b2b790db5970b06826a0045c8e44e702d36 (patch)
treeceed1cb632d97ac5474534b037f0e699b6c7583b /src
parent8096a0ff8c8ef167d993ae1582280a22493adbc5 (diff)
downloademacs-964f5b2b790db5970b06826a0045c8e44e702d36.tar.gz
emacs-964f5b2b790db5970b06826a0045c8e44e702d36.zip
Add arch tagline
Diffstat (limited to 'src')
-rw-r--r--src/xgselect.c2
-rw-r--r--src/xgselect.h3
-rw-r--r--src/xsettings.c3
-rw-r--r--src/xsettings.h3
4 files changed, 11 insertions, 0 deletions
diff --git a/src/xgselect.c b/src/xgselect.c
index 3c5a99f8ed2..eea7704ea45 100644
--- a/src/xgselect.c
+++ b/src/xgselect.c
@@ -155,3 +155,5 @@ xgselect_initialize ()
155#endif /* defined (USE_GTK) || defined (HAVE_GCONF) */ 155#endif /* defined (USE_GTK) || defined (HAVE_GCONF) */
156} 156}
157 157
158/* arch-tag: c5873ee3-d1f6-44f9-9f3b-b14f70fd0e6a
159 (do not change this comment) */
diff --git a/src/xgselect.h b/src/xgselect.h
index 537f3471fb3..ae99348f302 100644
--- a/src/xgselect.h
+++ b/src/xgselect.h
@@ -33,3 +33,6 @@ extern int xg_select P_ ((int max_fds,
33extern void xgselect_initialize P_ ((void)); 33extern void xgselect_initialize P_ ((void));
34 34
35#endif /* XGSELECT_H */ 35#endif /* XGSELECT_H */
36
37/* arch-tag: 0c5392a8-3a41-41eb-839c-58e6595926f0
38 (do not change this comment) */
diff --git a/src/xsettings.c b/src/xsettings.c
index 0aba928839f..9c4749f4036 100644
--- a/src/xsettings.c
+++ b/src/xsettings.c
@@ -611,3 +611,6 @@ syms_of_xsettings ()
611#endif 611#endif
612#endif 612#endif
613} 613}
614
615/* arch-tag: 541716ed-2e6b-42e1-8212-3197e01ea61d
616 (do not change this comment) */
diff --git a/src/xsettings.h b/src/xsettings.h
index d1b3992bffe..e45b6dfe3e3 100644
--- a/src/xsettings.h
+++ b/src/xsettings.h
@@ -28,3 +28,6 @@ extern const char *xsettings_get_system_font P_ ((void));
28 28
29 29
30#endif /* XSETTINGS_H */ 30#endif /* XSETTINGS_H */
31
32/* arch-tag: 2c0f5c49-e925-4452-b778-4c082da6dd72
33 (do not change this comment) */