aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened/4803.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/4803.v')
-rw-r--r--test-suite/bugs/opened/4803.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/4803.v b/test-suite/bugs/opened/4803.v
index 4530548b8..4541f13d0 100644
--- a/test-suite/bugs/opened/4803.v
+++ b/test-suite/bugs/opened/4803.v
@@ -1,4 +1,4 @@
-(* -*- coq-prog-args: ("-emacs" "-compat" "8.4") -*- *)
+(* -*- coq-prog-args: ("-compat" "8.4") -*- *)
(*Suppose a user wants to declare a new list-like notation with support for singletons in both 8.4 and 8.5. If they use*)
Require Import Coq.Lists.List.
Require Import Coq.Vectors.Vector.