aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-custom.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-09-22 00:37:52 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-09-22 00:37:52 +0000
commita0551048015ea46ac5bff5404b8e392b0a9d4f43 (patch)
treed9d0dbb5fc006da8de4d4106dd1b73b515a24165 /generic/pg-custom.el
parent3d711cf80edd759f2a6def0c8a65d51e1909bc3f (diff)
proof-toolbar-entries-default: Remove accidental inclusion of delete in toolbar.
It has no icon in images directory, which causes odd effects with toolbar mapping (Fixes Trac #352).
Diffstat (limited to 'generic/pg-custom.el')
-rw-r--r--generic/pg-custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/pg-custom.el b/generic/pg-custom.el
index c58b8e11..fd5c1a23 100644
--- a/generic/pg-custom.el
+++ b/generic/pg-custom.el
@@ -46,7 +46,7 @@
(goal "Start a New Proof" "Start a new proof" t nil)
(retract "Retract Buffer" "Retract (undo) whole buffer" t t)
(undo "Undo Step" "Undo the previous proof command" t t)
- (delete "Delete Step" "Delete the last proof command" t t)
+ (delete "Delete Step" "Delete the last proof command" nil t)
(next "Next Step" "Process the next proof command" t t)
(use "Use Buffer" "Process whole buffer" t t)
(goto "Goto Point" "Process or undo to the cursor position" t t)