aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--coq/coq-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el
index 0fd200f5..c91ad2d9 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -1078,7 +1078,7 @@ It is used:
(cons (proof-regexp-alt-list-symb (list "In environment" "The term" "has type")) 'proof-error-face)
(cons (proof-regexp-alt-list-symb (list "Set" "Type" "Prop")) 'font-lock-type-face)
;; ", " is for multiple hypothesis diplayed in v8.5.
- (cons "^ *\\([^\n :(),]\\|, \\)+ *:" 'proof-declaration-name-face)
+ (cons "^ \\([^\n :(),]\\|, \\)+ *:" 'proof-declaration-name-face)
(list "^\\([^ \n]+\\) \\(is defined\\)"
(list 1 'font-lock-function-name-face t)))))