* lisp/emacs-lisp/edebug.el (edebug-sit-on-break): Give it a version number.

This commit is contained in:
Alan Mackenzie 2016-05-07 17:10:36 +00:00
parent 29c9803c2a
commit 23a071d87d

View file

@ -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.