ports/lang/eltclsh/patches/patch-src_elwish_c

12 lines
345 B
Text

Index: src/elwish.c
--- src/elwish.c.orig
+++ src/elwish.c
@@ -73,8 +73,6 @@ elWishAppInit(Tcl_Interp *interp)
/* change the rc file */
Tcl_SetVar(interp, "tcl_rcFileName", "~/.elwishrc", TCL_GLOBAL_ONLY);
- /* I hate that stupid empty window you get after Tk_Init() */
- Tcl_Eval(interp, "wm withdraw .");
return TCL_OK;
}