aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-syntax.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2012-06-06 15:34:45 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2012-06-06 15:34:45 +0000
commitb757034be0acb8240c2b81605abdee88abcc9d7f (patch)
tree65cb93793db2cf608c159816b0873286d199aa1e /coq/coq-syntax.el
parent0db50f118621b4db07f2b3cdc54c7e13d634190e (diff)
Trying to fix some minor indentation bugs with infox operators.
Diffstat (limited to 'coq/coq-syntax.el')
-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 ff62785d..9fee1e2f 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -901,7 +901,7 @@ It is used:
"A regexp indicating that the Coq process has identified an error.")
(defvar coq-id proof-id)
-(defvar coq-id-shy "\\(?:\\w\\|\\s_\\)+")
+(defvar coq-id-shy "@?\\(?:\\w\\|\\s_\\)+")
; do not use proof-ids with a space separator!
(defvar coq-ids (concat proof-id "\\(" "\\s-+" proof-id "\\)*"))