aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorGlenn Morris2011-01-15 15:16:57 -0800
committerGlenn Morris2011-01-15 15:16:57 -0800
commit0d9f702fd085bc8ad560a3e1f08d5e93054a5d33 (patch)
tree8f7f07c160e5878c775fc6c2bb5ec912a164448e /lwlib
parent2153c86209ef95a34f3a80f7a1f72d5fade18c21 (diff)
downloademacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.tar.gz
emacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.zip
Nuke arch-tags.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/ChangeLog1
-rw-r--r--lwlib/lwlib-Xaw.c2
-rw-r--r--lwlib/lwlib-Xaw.h2
-rw-r--r--lwlib/lwlib-Xlw.c2
-rw-r--r--lwlib/lwlib-Xlw.h2
-rw-r--r--lwlib/lwlib-Xm.c2
-rw-r--r--lwlib/lwlib-Xm.h2
-rw-r--r--lwlib/lwlib-int.h2
-rw-r--r--lwlib/lwlib-utils.c2
-rw-r--r--lwlib/lwlib-utils.h2
-rw-r--r--lwlib/lwlib.c2
-rw-r--r--lwlib/lwlib.h2
-rw-r--r--lwlib/xlwmenu.c2
-rw-r--r--lwlib/xlwmenu.h2
-rw-r--r--lwlib/xlwmenuP.h2
15 files changed, 0 insertions, 29 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 07ed274461f..a0ec95ca3a4 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1661,4 +1661,3 @@
1661 You should have received a copy of the GNU General Public License 1661 You should have received a copy of the GNU General Public License
1662 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 1662 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1663 1663
1664;;; arch-tag: 0cd8ab87-d764-40d9-b86d-d00c71887a9e
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c
index e89282853be..ba7740a4520 100644
--- a/lwlib/lwlib-Xaw.c
+++ b/lwlib/lwlib-Xaw.c
@@ -835,5 +835,3 @@ xaw_creation_table [] =
835 {NULL, NULL} 835 {NULL, NULL}
836}; 836};
837 837
838/* arch-tag: fbbd3589-ae1c-41a0-9142-f628cfee6564
839 (do not change this comment) */
diff --git a/lwlib/lwlib-Xaw.h b/lwlib/lwlib-Xaw.h
index e359b95359c..cf231270121 100644
--- a/lwlib/lwlib-Xaw.h
+++ b/lwlib/lwlib-Xaw.h
@@ -28,5 +28,3 @@ xaw_pop_instance (widget_instance *, Boolean);
28 28
29#endif /* LWLIB_XAW_H */ 29#endif /* LWLIB_XAW_H */
30 30
31/* arch-tag: 7c0fb4de-afd9-4112-9214-24b663cc1870
32 (do not change this comment) */
diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c
index 0785c586e7b..c988f1dcb49 100644
--- a/lwlib/lwlib-Xlw.c
+++ b/lwlib/lwlib-Xlw.c
@@ -274,5 +274,3 @@ xlw_destroy_instance (widget_instance *instance)
274 XtDestroyWidget (instance->widget); 274 XtDestroyWidget (instance->widget);
275} 275}
276 276
277/* arch-tag: 541e3912-477d-406e-9bf2-dbf2b7ff8c3b
278 (do not change this comment) */
diff --git a/lwlib/lwlib-Xlw.h b/lwlib/lwlib-Xlw.h
index cb2125ee17f..3b2c301c3d3 100644
--- a/lwlib/lwlib-Xlw.h
+++ b/lwlib/lwlib-Xlw.h
@@ -28,5 +28,3 @@ xlw_popup_menu (Widget widget, XEvent * event);
28 28
29#endif /* LWLIB_XLW_H */ 29#endif /* LWLIB_XLW_H */
30 30
31/* arch-tag: e5b1511d-8992-4dad-b947-a2440d8f10a2
32 (do not change this comment) */
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c
index fc55cac8945..60f282e69f4 100644
--- a/lwlib/lwlib-Xm.c
+++ b/lwlib/lwlib-Xm.c
@@ -1958,5 +1958,3 @@ xm_manage_resizing (Widget w, Boolean flag)
1958 XtVaSetValues (w, XtNallowShellResize, flag, NULL); 1958 XtVaSetValues (w, XtNallowShellResize, flag, NULL);
1959} 1959}
1960 1960
1961/* arch-tag: 73976f64-73b2-4600-aa13-d9ede20ee965
1962 (do not change this comment) */
diff --git a/lwlib/lwlib-Xm.h b/lwlib/lwlib-Xm.h
index a68fd4ee458..70f8728f765 100644
--- a/lwlib/lwlib-Xm.h
+++ b/lwlib/lwlib-Xm.h
@@ -59,5 +59,3 @@ xm_manage_resizing (Widget w, Boolean flag);
59 59
60#endif /* LWLIB_XM_H */ 60#endif /* LWLIB_XM_H */
61 61
62/* arch-tag: 61561304-c146-437b-8ed3-dc33818703c6
63 (do not change this comment) */
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h
index 5282bc0f841..b8e1316e7a4 100644
--- a/lwlib/lwlib-int.h
+++ b/lwlib/lwlib-int.h
@@ -80,5 +80,3 @@ widget_instance * lw_get_widget_instance (Widget);
80 80
81#endif /* LWLIB_INTERNAL_H */ 81#endif /* LWLIB_INTERNAL_H */
82 82
83/* arch-tag: ae02f67d-ef25-421c-b956-b01a4b0aac76
84 (do not change this comment) */
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c
index 997dc5766ed..0a5c553c952 100644
--- a/lwlib/lwlib-utils.c
+++ b/lwlib/lwlib-utils.c
@@ -175,5 +175,3 @@ XtSafelyDestroyWidget (Widget widget)
175#endif 175#endif
176} 176}
177 177
178/* arch-tag: f21f0a1f-2a4e-44e1-8715-7f234fe2d159
179 (do not change this comment) */
diff --git a/lwlib/lwlib-utils.h b/lwlib/lwlib-utils.h
index d4dbda8467d..b988374288a 100644
--- a/lwlib/lwlib-utils.h
+++ b/lwlib/lwlib-utils.h
@@ -19,5 +19,3 @@ void XtSafelyDestroyWidget (Widget);
19 19
20#endif /* _LWLIB_UTILS_H_ */ 20#endif /* _LWLIB_UTILS_H_ */
21 21
22/* arch-tag: 705efd86-9319-4447-80f6-16aa5b349809
23 (do not change this comment) */
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index ccdadcf67b8..16e70ac4708 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -1422,5 +1422,3 @@ lw_separator_p (const char *label, enum menu_separator *type, int motif_p)
1422 return separator_p; 1422 return separator_p;
1423} 1423}
1424 1424
1425/* arch-tag: 3d730f36-a441-4a71-9971-48ef3b5a4d9f
1426 (do not change this comment) */
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h
index f2c06913861..1dea8c37f50 100644
--- a/lwlib/lwlib.h
+++ b/lwlib/lwlib.h
@@ -191,5 +191,3 @@ int lw_separator_p (const char *label, enum menu_separator *type,
191 191
192#endif /* LWLIB_H */ 192#endif /* LWLIB_H */
193 193
194/* arch-tag: 44d818d5-7eb2-4d87-acd7-b992bb0d5d20
195 (do not change this comment) */
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c
index b6c8c1d90a4..c7b0556cca9 100644
--- a/lwlib/xlwmenu.c
+++ b/lwlib/xlwmenu.c
@@ -2691,5 +2691,3 @@ pop_up_menu (XlwMenuWidget mw, XButtonPressedEvent *event)
2691 handle_motion_event (mw, (XMotionEvent*)event); 2691 handle_motion_event (mw, (XMotionEvent*)event);
2692} 2692}
2693 2693
2694/* arch-tag: 657f43dd-dfd0-4cc9-910c-52935f01176e
2695 (do not change this comment) */
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h
index 3279d10f760..e2b3cb95359 100644
--- a/lwlib/xlwmenu.h
+++ b/lwlib/xlwmenu.h
@@ -86,5 +86,3 @@ extern void xlwmenu_redisplay (Widget);
86 86
87#endif /* _XlwMenu_h */ 87#endif /* _XlwMenu_h */
88 88
89/* arch-tag: 0c019735-d61b-4080-be85-4fdd6e50ae07
90 (do not change this comment) */
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h
index 2ecffc9cef5..c44a93d0a53 100644
--- a/lwlib/xlwmenuP.h
+++ b/lwlib/xlwmenuP.h
@@ -142,5 +142,3 @@ extern XlwMenuClassRec xlwMenuClassRec;
142 142
143#endif /* _XlwMenuP_h */ 143#endif /* _XlwMenuP_h */
144 144
145/* arch-tag: 18d7fc41-ffa0-47a3-a49f-3469900c7a25
146 (do not change this comment) */