aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-02 20:17:43 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-02 20:17:43 +0000
commit123f667b9b8e2c37f13f3fc0f5176863f15dd5c5 (patch)
tree069d75b38579654ff6431d4b457c060f0d432ee4 /isar/isar.el
parentf001944403b21758db9ce2614202b86d0813273f (diff)
Fix for matching names in regexps, restores behaviour of name-aware code such as imenu.
Diffstat (limited to 'isar/isar.el')
-rw-r--r--isar/isar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el
index 9d493fb3..479e4c34 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -112,7 +112,7 @@ See -k option for Isabelle interface script."
proof-save-command-regexp isar-save-command-regexp
proof-goal-command-regexp isar-goal-command-regexp
proof-goal-with-hole-regexp isar-named-entity-regexp
- proof-goal-with-hole-result 2
+ proof-goal-with-hole-result isar-named-entity-name-match-number
proof-save-with-hole-regexp nil
proof-script-imenu-generic-expression isar-generic-expression
imenu-syntax-alist isar-script-syntax-table-alist