Mercurial > hg > xemacs-beta
diff man/external-widget.texi @ 755:da44ff90109f
[xemacs-hg @ 2002-02-16 07:25:39 by stephent]
Fix braces. <m3u1sigwgf.fsf@mail.contactor.se>
author | stephent |
---|---|
date | Sat, 16 Feb 2002 07:25:39 +0000 |
parents | 41528f633ff7 |
children | 42375619fa45 |
line wrap: on
line diff
--- a/man/external-widget.texi Fri Feb 15 20:57:58 2002 +0000 +++ b/man/external-widget.texi Sat Feb 16 07:25:39 2002 +0000 @@ -173,7 +173,7 @@ #include "ExternalClient.h" main (int argc, char *argv[]) -{ +@{ Widget toplevel, emacs; XtAppContext app; @@ -193,16 +193,16 @@ printf ("(make-frame '(window-id \"%d\"))\n", XtWindow(emacs)); XtAppMainLoop (app); -} +@} /* This function doesn't belong here but somehow it's not getting resolved from the library. */ void fatal (char *msg) -{ +@{ fprintf (stderr, "%s", msg); exit (1); -} +@} @end example