summaryrefslogtreecommitdiff
path: root/context/perltk/texshow.pl
diff options
context:
space:
mode:
Diffstat (limited to 'context/perltk/texshow.pl')
-rw-r--r--context/perltk/texshow.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/context/perltk/texshow.pl b/context/perltk/texshow.pl
index d52508476..0134b953d 100644
--- a/context/perltk/texshow.pl
+++ b/context/perltk/texshow.pl
@@ -82,8 +82,8 @@ if (cont_set::setups_found)
{ cont_mis::warning ('no command specified') ;
cont_set::set_setup_title('TeXShow : ConTeXt commands') }
cont_mis::status ('entering main loop') ;
-#$mw -> bind ('<ctrl-q>', exit ) ;
-#$mw -> bind ('<esc>', exit ) ;
+ #$mw -> bind ('<ctrl-q>', exit ) ;
+ #$mw -> bind ('<esc>', exit ) ;
MainLoop () }
else
{ cont_mis::error ('no setup files found') }