diff options
Diffstat (limited to 'generic/proof-config.el')
| -rw-r--r-- | generic/proof-config.el | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 45d411a3..047a5d30 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -334,22 +334,6 @@ This is only useful for PG developers." :type 'boolean :group 'proof-user-options) -(defcustom proof-experimental-features - (if (string-match "pre" proof-general-version) t) - "*Whether to enable certain features regarded as experimental. -Proof General includes a few features designated as \"experimental\". -Enabling these will usually have no detrimental effects on using PG, -but the features themselves may be buggy. - -We encourage users to set this flag and test the features, but being -aware that the features may be buggy (problem reports and -suggestions for improvements are welcomed). - -In the current 3.7 release, there are no features classed as experimental -so this option is set by default." - :type 'boolean - :group 'proof-user-options) - ;;; NON BOOLEAN OPTIONS (defcustom proof-follow-mode 'locked |
