aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerwin Klein2004-04-16 12:36:17 +0000
committerGerwin Klein2004-04-16 12:36:17 +0000
commit305cb0663c26d8872cf7d91b6b210e5cd85da393 (patch)
tree08468d1c1dee93cfe3c2e492e435ef0fcb21972c
parente93dbdbdf75ea09fb93f70187052158a877b9c6d (diff)
fix typo in isar-long-id-stuff
-rw-r--r--isar/isar-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el
index 4e24d37e..797428bc 100644
--- a/isar/isar-syntax.el
+++ b/isar/isar-syntax.el
@@ -212,7 +212,7 @@ This list is in the right format for proof-easy-config.")
(defconst isar-ext-first "\\(?:\\\\<\\^?[A-Za-z]+>\\|[A-Za-z]\\)")
(defconst isar-ext-rest "\\(?:\\\\<\\^?[A-Za-z]+>\\|[A-Za-z0-9'_]\\)")
-(defconst isar-long-id-stuff (concat "\\(?:" isar-ext-rest "\\|\.\\)+"))
+(defconst isar-long-id-stuff (concat "\\(:?" isar-ext-rest "\\|\\.\\)+"))
(defconst isar-id (concat "\\(" isar-ext-first isar-ext-rest "*\\)"))
(defconst isar-idx (concat isar-id "\\(?:\\.[0-9]+\\)?"))