aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/vernacentries.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml
index 28ff39345..b2f65c84d 100644
--- a/toplevel/vernacentries.ml
+++ b/toplevel/vernacentries.ml
@@ -1051,7 +1051,7 @@ let _ =
let rec aux t = function
| 0 -> t
| n -> aux (ope("APPLIST",
- [t;ope("XTRA", [str "ISEVAR"])])) (n-1)
+ [t;ope("ISEVAR",[])])) (n-1)
in
syntax_definition id (aux com n);
if not(is_silent()) then