aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorKenichi Handa2003-09-08 11:56:09 +0000
committerKenichi Handa2003-09-08 11:56:09 +0000
commit463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch)
tree3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /lwlib
parent4256310de631bd57c78b88b5131caa073315b3d7 (diff)
downloademacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz
emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip
New directory
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/ChangeLog2
-rw-r--r--lwlib/Makefile.in2
-rw-r--r--lwlib/lwlib-Xaw.c3
-rw-r--r--lwlib/lwlib-Xaw.h3
-rw-r--r--lwlib/lwlib-Xlw.c2
-rw-r--r--lwlib/lwlib-Xlw.h3
-rw-r--r--lwlib/lwlib-Xm.c3
-rw-r--r--lwlib/lwlib-Xm.h3
-rw-r--r--lwlib/lwlib-int.h3
-rw-r--r--lwlib/lwlib-utils.c3
-rw-r--r--lwlib/lwlib-utils.h3
-rw-r--r--lwlib/lwlib.c2
-rw-r--r--lwlib/lwlib.h3
-rw-r--r--lwlib/xlwmenu.c3
-rw-r--r--lwlib/xlwmenu.h3
-rw-r--r--lwlib/xlwmenuP.h3
16 files changed, 0 insertions, 44 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index d774f842e80..003af091fba 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1184,5 +1184,3 @@
1184 Free Software Foundation, Inc. 1184 Free Software Foundation, Inc.
1185 Copying and distribution of this file, with or without modification, 1185 Copying and distribution of this file, with or without modification,
1186 are permitted provided the copyright notice and this notice are preserved. 1186 are permitted provided the copyright notice and this notice are preserved.
1187
1188;;; arch-tag: 0cd8ab87-d764-40d9-b86d-d00c71887a9e
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index 1e545949ea2..11368819f4a 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -67,5 +67,3 @@ TAGS:
67 ../lib-src/etags $(srcdir)/*.[ch] 67 ../lib-src/etags $(srcdir)/*.[ch]
68tags: TAGS 68tags: TAGS
69.PHONY: tags 69.PHONY: tags
70
71# arch-tag: a881fa74-b56a-44c6-80b4-28a4c65d88ff
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c
index 7f37596457f..3ffc0d62f2b 100644
--- a/lwlib/lwlib-Xaw.c
+++ b/lwlib/lwlib-Xaw.c
@@ -670,6 +670,3 @@ xaw_creation_table [] =
670 {"main", xaw_create_main}, 670 {"main", xaw_create_main},
671 {NULL, NULL} 671 {NULL, NULL}
672}; 672};
673
674/* arch-tag: fbbd3589-ae1c-41a0-9142-f628cfee6564
675 (do not change this comment) */
diff --git a/lwlib/lwlib-Xaw.h b/lwlib/lwlib-Xaw.h
index 41b8013ee64..6c9d7335752 100644
--- a/lwlib/lwlib-Xaw.h
+++ b/lwlib/lwlib-Xaw.h
@@ -27,6 +27,3 @@ void
27xaw_pop_instance __P ((widget_instance *, Boolean)); 27xaw_pop_instance __P ((widget_instance *, Boolean));
28 28
29#endif /* LWLIB_XAW_H */ 29#endif /* LWLIB_XAW_H */
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 d0800e0ca0e..47939144bad 100644
--- a/lwlib/lwlib-Xlw.c
+++ b/lwlib/lwlib-Xlw.c
@@ -287,5 +287,3 @@ xlw_destroy_instance (instance)
287 XtDestroyWidget (instance->widget); 287 XtDestroyWidget (instance->widget);
288} 288}
289 289
290/* arch-tag: 541e3912-477d-406e-9bf2-dbf2b7ff8c3b
291 (do not change this comment) */
diff --git a/lwlib/lwlib-Xlw.h b/lwlib/lwlib-Xlw.h
index 36f8244101b..26b848b6c8f 100644
--- a/lwlib/lwlib-Xlw.h
+++ b/lwlib/lwlib-Xlw.h
@@ -27,6 +27,3 @@ void
27xlw_popup_menu __P ((Widget widget, XEvent * event)); 27xlw_popup_menu __P ((Widget widget, XEvent * event));
28 28
29#endif /* LWLIB_XLW_H */ 29#endif /* LWLIB_XLW_H */
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 f63d13c85ee..b22c59a7a1c 100644
--- a/lwlib/lwlib-Xm.c
+++ b/lwlib/lwlib-Xm.c
@@ -1976,6 +1976,3 @@ xm_manage_resizing (w, flag)
1976{ 1976{
1977 XtVaSetValues (w, XtNallowShellResize, flag, NULL); 1977 XtVaSetValues (w, XtNallowShellResize, flag, NULL);
1978} 1978}
1979
1980/* arch-tag: 73976f64-73b2-4600-aa13-d9ede20ee965
1981 (do not change this comment) */
diff --git a/lwlib/lwlib-Xm.h b/lwlib/lwlib-Xm.h
index 6a59a9d34d5..79f03139f63 100644
--- a/lwlib/lwlib-Xm.h
+++ b/lwlib/lwlib-Xm.h
@@ -38,6 +38,3 @@ void
38xm_manage_resizing __P ((Widget w, Boolean flag)); 38xm_manage_resizing __P ((Widget w, Boolean flag));
39 39
40#endif /* LWLIB_XM_H */ 40#endif /* LWLIB_XM_H */
41
42/* arch-tag: 61561304-c146-437b-8ed3-dc33818703c6
43 (do not change this comment) */
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h
index 3e9bee646cd..a198d10551d 100644
--- a/lwlib/lwlib-int.h
+++ b/lwlib/lwlib-int.h
@@ -51,6 +51,3 @@ widget_info *lw_get_widget_info __P ((LWLIB_ID));
51widget_instance * lw_get_widget_instance __P ((Widget)); 51widget_instance * lw_get_widget_instance __P ((Widget));
52 52
53#endif /* LWLIB_INTERNAL_H */ 53#endif /* LWLIB_INTERNAL_H */
54
55/* arch-tag: ae02f67d-ef25-421c-b956-b01a4b0aac76
56 (do not change this comment) */
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c
index 1980a8261c7..3abff32579a 100644
--- a/lwlib/lwlib-utils.c
+++ b/lwlib/lwlib-utils.c
@@ -182,6 +182,3 @@ XtSafelyDestroyWidget (widget)
182 abort (); 182 abort ();
183#endif 183#endif
184} 184}
185
186/* arch-tag: f21f0a1f-2a4e-44e1-8715-7f234fe2d159
187 (do not change this comment) */
diff --git a/lwlib/lwlib-utils.h b/lwlib/lwlib-utils.h
index 934b0b48f4a..c2a7607b136 100644
--- a/lwlib/lwlib-utils.h
+++ b/lwlib/lwlib-utils.h
@@ -18,6 +18,3 @@ XtWidgetBeingDestroyedP __P ((Widget widget));
18void XtSafelyDestroyWidget __P ((Widget)); 18void XtSafelyDestroyWidget __P ((Widget));
19 19
20#endif /* _LWLIB_UTILS_H_ */ 20#endif /* _LWLIB_UTILS_H_ */
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 525bb9bde0d..624c7589084 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -1611,5 +1611,3 @@ lw_separator_p (label, type, motif_p)
1611 return separator_p; 1611 return separator_p;
1612} 1612}
1613 1613
1614/* arch-tag: 3d730f36-a441-4a71-9971-48ef3b5a4d9f
1615 (do not change this comment) */
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h
index 02560e47545..08aecd3e57b 100644
--- a/lwlib/lwlib.h
+++ b/lwlib/lwlib.h
@@ -167,6 +167,3 @@ int lw_separator_p __P ((char *label, enum menu_separator *type,
167void lwlib_bcopy __P ((char*, char*, int)); 167void lwlib_bcopy __P ((char*, char*, int));
168 168
169#endif /* LWLIB_H */ 169#endif /* LWLIB_H */
170
171/* arch-tag: 44d818d5-7eb2-4d87-acd7-b992bb0d5d20
172 (do not change this comment) */
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c
index 917181226c7..8ebdfe81fbd 100644
--- a/lwlib/xlwmenu.c
+++ b/lwlib/xlwmenu.c
@@ -2395,6 +2395,3 @@ pop_up_menu (mw, event)
2395 2395
2396 handle_motion_event (mw, (XMotionEvent*)event); 2396 handle_motion_event (mw, (XMotionEvent*)event);
2397} 2397}
2398
2399/* arch-tag: 657f43dd-dfd0-4cc9-910c-52935f01176e
2400 (do not change this comment) */
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h
index 3057998d17a..1466724db0c 100644
--- a/lwlib/xlwmenu.h
+++ b/lwlib/xlwmenu.h
@@ -57,6 +57,3 @@ void
57pop_up_menu __P ((XlwMenuWidget, XButtonPressedEvent*)); 57pop_up_menu __P ((XlwMenuWidget, XButtonPressedEvent*));
58 58
59#endif /* _XlwMenu_h */ 59#endif /* _XlwMenu_h */
60
61/* arch-tag: 0c019735-d61b-4080-be85-4fdd6e50ae07
62 (do not change this comment) */
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h
index c3e62830184..4dd623d02d8 100644
--- a/lwlib/xlwmenuP.h
+++ b/lwlib/xlwmenuP.h
@@ -97,6 +97,3 @@ typedef struct _XlwMenuClassRec
97extern XlwMenuClassRec xlwMenuClassRec; 97extern XlwMenuClassRec xlwMenuClassRec;
98 98
99#endif /* _XlwMenuP_h */ 99#endif /* _XlwMenuP_h */
100
101/* arch-tag: 18d7fc41-ffa0-47a3-a49f-3469900c7a25
102 (do not change this comment) */