diff options
Diffstat (limited to 'generic/proof-config.el')
| -rw-r--r-- | generic/proof-config.el | 2 |
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 |
