diff options
| author | Christophe Raffalli | 2005-10-20 08:13:19 +0000 |
|---|---|---|
| committer | Christophe Raffalli | 2005-10-20 08:13:19 +0000 |
| commit | 2c70e6f34a3f794feaebd44f42e367e794127a6e (patch) | |
| tree | 1a9ce8ada7b3e45443fb498b6625417bceda19d0 /phox/phox.el | |
| parent | 3db20b5e170667464a58430f4386b1de02a329b0 (diff) | |
bug fix
Diffstat (limited to 'phox/phox.el')
| -rw-r--r-- | phox/phox.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phox/phox.el b/phox/phox.el index 204854e7..fa25363a 100644 --- a/phox/phox.el +++ b/phox/phox.el @@ -129,7 +129,7 @@ phox-strict-comments-regexp phox-ident-regexp) proof-save-with-hole-result 8 - proof-ignore-for-undo-count "\\`\\(constraints\\|flag\\|goals\\|pri\\(nt\\(_sort\\)?\\|ority\\)\\|eshow\\|search\\|depend\\)" + proof-ignore-for-undo-count "\\`\\(constraints\\|flag\\|goals\\|pri\\(nt\\(_sort\\)?\\|ority\\)\\|eshow\\|search\\|depend\\|menu_\\|is_\\)" proof-non-undoables-regexp "\\`\\(undo\\|abort\\)" proof-shell-error-regexp "^\\([^ \n\t\r]* \\)?\\(\\(e\\|E\\)rror\\)\\|\\(\\(f\\|F\\)ailure\\)" proof-goal-command "goal %s." |
