1
0
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:
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.