diff options
| author | Makarius Wenzel | 2005-06-24 19:01:25 +0000 |
|---|---|---|
| committer | Makarius Wenzel | 2005-06-24 19:01:25 +0000 |
| commit | 788a302c350f7b64d3157ed985f9f1a9bc478a04 (patch) | |
| tree | b97e54c13e0961014d86d395d52aeeac5b8010c3 | |
| parent | b1c6a7a3519bfbc1bf8fe0fc233e029016bf254c (diff) | |
more general goal pattern;
| -rw-r--r-- | isar/isar-syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el index ad32e925..1105849b 100644 --- a/isar/isar-syntax.el +++ b/isar/isar-syntax.el @@ -369,7 +369,7 @@ matches contents of quotes for quoted identifiers.") "^proof (prove):" "^proof (state):" "^proof (chain):" - "^goal .+:" + "^goal.*:" "^picking this:" "^using this:" "^this:" |
