From: Alan Mackenzie Date: Sat, 7 May 2016 17:10:36 +0000 (+0000) Subject: * lisp/emacs-lisp/edebug.el (edebug-sit-on-break): Give it a version number. X-Git-Tag: emacs-26.0.90~1984 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23a071d87d1338866bcc91b29bead290d0d3878b;p=emacs.git * lisp/emacs-lisp/edebug.el (edebug-sit-on-break): Give it a version number. --- 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.