aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-syntax.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq-syntax.el')
-rw-r--r--coq/coq-syntax.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el
index 195636a5..5aa41292 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -1304,10 +1304,6 @@ It is used:
;; (concat "\\(with\\)\\s-+\\(" coq-id "\\)\\s-*\\([^(.]*:\\|.*)[^(.]*:=\\)"))
;;"\\<Prop\\>\\|\\<Set\\>\\|\\<Type\\>"
-;; (defconst coq-require-command-regexp
-;; (concat "Require\\s-+\\(" coq-id "\\)")
-;; "Regular expression matching Require commands in Coq.
-;; Group number 1 matches the name of the library which is required.")
(defconst coq-context-marker-regexp
(concat (regexp-opt '("ltac" "constr" "uconstr") 'symbols) ":"))