mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
* lisp/emacs-lisp/edebug.el (edebug-sit-on-break): Give it a version number.
This commit is contained in:
parent
29c9803c2a
commit
23a071d87d
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user