diff options
author | Glenn Morris <rgm@gnu.org> | 2011-01-15 15:16:57 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-01-15 15:16:57 -0800 |
commit | 0d9f702fd085bc8ad560a3e1f08d5e93054a5d33 (patch) | |
tree | 8f7f07c160e5878c775fc6c2bb5ec912a164448e /lwlib | |
parent | 2153c86209ef95a34f3a80f7a1f72d5fade18c21 (diff) | |
download | emacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.tar.gz |
Nuke arch-tags.
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/ChangeLog | 1 | ||||
-rw-r--r-- | lwlib/lwlib-Xaw.c | 2 | ||||
-rw-r--r-- | lwlib/lwlib-Xaw.h | 2 | ||||
-rw-r--r-- | lwlib/lwlib-Xlw.c | 2 | ||||
-rw-r--r-- | lwlib/lwlib-Xlw.h | 2 | ||||
-rw-r--r-- | lwlib/lwlib-Xm.c | 2 | ||||
-rw-r--r-- | lwlib/lwlib-Xm.h | 2 | ||||
-rw-r--r-- | lwlib/lwlib-int.h | 2 | ||||
-rw-r--r-- | lwlib/lwlib-utils.c | 2 | ||||
-rw-r--r-- | lwlib/lwlib-utils.h | 2 | ||||
-rw-r--r-- | lwlib/lwlib.c | 2 | ||||
-rw-r--r-- | lwlib/lwlib.h | 2 | ||||
-rw-r--r-- | lwlib/xlwmenu.c | 2 | ||||
-rw-r--r-- | lwlib/xlwmenu.h | 2 | ||||
-rw-r--r-- | lwlib/xlwmenuP.h | 2 |
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 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -;;; 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 [] = {NULL, NULL} }; -/* arch-tag: fbbd3589-ae1c-41a0-9142-f628cfee6564 - (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); #endif /* LWLIB_XAW_H */ -/* arch-tag: 7c0fb4de-afd9-4112-9214-24b663cc1870 - (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) XtDestroyWidget (instance->widget); } -/* arch-tag: 541e3912-477d-406e-9bf2-dbf2b7ff8c3b - (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); #endif /* LWLIB_XLW_H */ -/* arch-tag: e5b1511d-8992-4dad-b947-a2440d8f10a2 - (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) XtVaSetValues (w, XtNallowShellResize, flag, NULL); } -/* arch-tag: 73976f64-73b2-4600-aa13-d9ede20ee965 - (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); #endif /* LWLIB_XM_H */ -/* arch-tag: 61561304-c146-437b-8ed3-dc33818703c6 - (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); #endif /* LWLIB_INTERNAL_H */ -/* arch-tag: ae02f67d-ef25-421c-b956-b01a4b0aac76 - (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) #endif } -/* arch-tag: f21f0a1f-2a4e-44e1-8715-7f234fe2d159 - (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); #endif /* _LWLIB_UTILS_H_ */ -/* arch-tag: 705efd86-9319-4447-80f6-16aa5b349809 - (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) return separator_p; } -/* arch-tag: 3d730f36-a441-4a71-9971-48ef3b5a4d9f - (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, #endif /* LWLIB_H */ -/* arch-tag: 44d818d5-7eb2-4d87-acd7-b992bb0d5d20 - (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) handle_motion_event (mw, (XMotionEvent*)event); } -/* arch-tag: 657f43dd-dfd0-4cc9-910c-52935f01176e - (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); #endif /* _XlwMenu_h */ -/* arch-tag: 0c019735-d61b-4080-be85-4fdd6e50ae07 - (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; #endif /* _XlwMenuP_h */ -/* arch-tag: 18d7fc41-ffa0-47a3-a49f-3469900c7a25 - (do not change this comment) */ |