aboutsummaryrefslogtreecommitdiff
path: root/isa/isa.el
diff options
context:
space:
mode:
authorDavid Aspinall2000-07-05 15:57:47 +0000
committerDavid Aspinall2000-07-05 15:57:47 +0000
commit4eacb7f6de2d5b3e33844fc441ba1e47ea2fc7e7 (patch)
treedd32f59641c3c5b18641fceb91a83121b906c313 /isa/isa.el
parent7903011d4ce4e427bf26d0f1eff262f67011c6d4 (diff)
Fix to make back() undoable.
Diffstat (limited to 'isa/isa.el')
-rw-r--r--isa/isa.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 3f1e6b0f..48418438 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -481,7 +481,7 @@ you will be asked to retract the file or process the remainder of it."
;;
(defcustom isa-not-undoable-commands-regexp
- (proof-ids-to-regexp '("undo" "back"))
+ (proof-ids-to-regexp '("undo"))
"Regular expression matching commands which are *not* undoable."
:type 'regexp
:group 'isabelle-config)