diff options
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
-rw-r--r-- | lisp/emacs-lisp/edebug.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 07a846f5986..c283c168b5e 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -236,7 +236,8 @@ If the result is non-nil, then break. Errors are ignored." (defcustom edebug-sit-on-break t "Whether or not to pause for `edebug-sit-for-seconds' on reaching a break." :type 'boolean - :group 'edebug) + :group 'edebug + :version "25.2") ;;; Form spec utilities. |