aboutsummaryrefslogtreecommitdiff
path: root/lib/flags.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/flags.mli')
-rw-r--r--lib/flags.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/flags.mli b/lib/flags.mli
index 6b26c50d9e..6325d7cd44 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -52,11 +52,6 @@ val is_auto_intros : unit -> bool
val make_term_color : bool -> unit
val is_term_color : unit -> bool
-(** [program_cmd] indicates that the current command is a Program one.
- [program_mode] tells that Program mode has been activated, either
- globally via [Set Program] or locally via the Program command prefix. *)
-
-val program_cmd : bool ref
val program_mode : bool ref
val is_program_mode : unit -> bool