From f9b73cf28065e4ed65f4dadc3d4e519b453ae7a8 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 6 Feb 2004 12:28:58 +0000 Subject: [PATCH] textual term editor is now the default one --- helm/ocaml/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ocaml/configure.ac b/helm/ocaml/configure.ac index d8221cd51..36bcc703f 100644 --- a/helm/ocaml/configure.ac +++ b/helm/ocaml/configure.ac @@ -13,7 +13,7 @@ fi AC_ARG_WITH(term-editor, AS_HELP_STRING([--with-term-editor=(tex|textual)], [choose term editor (default is tex)]), - [TERM_EDITOR=$withval], [TERM_EDITOR=tex]) + [TERM_EDITOR=$withval], [TERM_EDITOR=textual]) if test $TERM_EDITOR = "tex"; then CHOSEN_TERM_EDITOR="include TexTermEditor" else -- 2.39.2