diff options
| author | Cyril Anaclet | 2020-05-20 14:19:14 +0200 |
|---|---|---|
| committer | Anaclet | 2020-05-29 11:05:58 +0200 |
| commit | 22681a3caf2c8f45700585ea74dffbf48bb2ac19 (patch) | |
| tree | 40570f1694889d27d66e3a4d9e5f4019bb06995e /coq/coq-compile-common.el | |
| parent | 04aff704f3d13452bc5c52ff860c5ab564539632 (diff) | |
Apply reviews of @erikmd
Diffstat (limited to 'coq/coq-compile-common.el')
| -rw-r--r-- | coq/coq-compile-common.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/coq/coq-compile-common.el b/coq/coq-compile-common.el index fdb3d4b8..938f706e 100644 --- a/coq/coq-compile-common.el +++ b/coq/coq-compile-common.el @@ -458,14 +458,6 @@ This option can be set via menu ;; define coq-lock-ancestors-toggle (proof-deftoggle coq-lock-ancestors) -;; Maybe not the good place -(defcustom coq-show-proof-stepwise nil - "TODO: doc" - - :type 'boolean - :safe 'booleanp - :group 'coq-auto-compile) - (proof-deftoggle coq-show-proof-stepwise) (defcustom coq-confirm-external-compilation t |
