aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-menu.el
diff options
context:
space:
mode:
authorGravatar Paul Steckler <steck@stecksoft.com>2017-05-24 11:14:51 -0400
committerGravatar Paul Steckler <steck@stecksoft.com>2017-05-24 11:14:51 -0400
commitc9e9c691c353d5d4835551de8d7d1f4c0ec74b9f (patch)
treef89d20d989b309730281d4266b734e0adaed1867 /generic/proof-menu.el
parentafb29a670c537412d09cec703da7e8821c658196 (diff)
Remove mmm and ML4PG contribs and remove references to them in code and docs
Diffstat (limited to 'generic/proof-menu.el')
-rw-r--r--generic/proof-menu.el12
1 files changed, 2 insertions, 10 deletions
diff --git a/generic/proof-menu.el b/generic/proof-menu.el
index f029afcb..0a7317cb 100644
--- a/generic/proof-menu.el
+++ b/generic/proof-menu.el
@@ -329,8 +329,7 @@ without adjusting window layout."
(proof-deftoggle-fn
(proof-ass-sym unicode-tokens-enable) 'proof-unicode-tokens-toggle)
(proof-deftoggle-fn
- (proof-ass-sym maths-menu-enable) 'proof-maths-menu-toggle)
- (proof-deftoggle-fn (proof-ass-sym mmm-enable) 'proof-mmm-toggle))
+ (proof-ass-sym maths-menu-enable) 'proof-maths-menu-toggle))
(defun proof-keep-response-history ()
"Enable associated buffer histories following `proof-keep-response-history'."
@@ -381,7 +380,7 @@ without adjusting window layout."
:style radio
:selected (eq proof-autosend-all nil)
:active proof-autosend-enable
- :help "Automatically try out the next commmand"]
+ :help "Automatically try out the next command"]
["Send Whole Buffer"
(customize-set-variable 'proof-autosend-all t)
:style radio
@@ -525,12 +524,6 @@ without adjusting window layout."
:selected (and (boundp 'maths-menu-mode) maths-menu-mode)
:help "Maths menu for inserting Unicode characters"]
- ["Multiple Modes" (proof-mmm-toggle (if mmm-mode 0 1))
- :active (proof-mmm-support-available)
- :style toggle
- :selected (and (boundp 'mmm-mode) mmm-mode)
- :help "Allow multiple major modes"]
-
["Index Menu" proof-imenu-toggle
:active (stringp (locate-library "imenu"))
:style toggle
@@ -578,7 +571,6 @@ without adjusting window layout."
'proof-strict-read-only
(proof-ass-sym unicode-tokens-enable)
(proof-ass-sym maths-menu-enable)
- (proof-ass-sym mmm-enable)
'proof-toolbar-enable
'proof-keep-response-history
'proof-imenu-enable