aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Courtieu2020-05-28 14:23:17 +0200
committerPierre Courtieu2020-05-28 14:23:17 +0200
commit3a5beb79132e23b335f28ab2aef24fa6e587797d (patch)
tree0a2b3a10dee2c0e067958926c73db1754c3da935
parent5807535598911346f09db0091ccbb2d1c3283433 (diff)
Fix default value for proof-shell-last-cmd-left-goals-p.
This variable was still not used anywhere, but will soon.
-rw-r--r--generic/proof-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 14fcdcac..8d539191 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -1499,7 +1499,7 @@ on `proof-shell-eager-annotation-start' and
:type '(choice (const nil) regexp)
:group 'proof-shell)
-(defcustom proof-shell-last-cmd-left-goals-p nil
+(defcustom proof-shell-last-cmd-left-goals-p (lambda () nil)
"A function to test: are we currently inside a proof?
This function takes no argument and should use