summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/edebug.el
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2016-05-07 17:10:36 +0000
committerAlan Mackenzie <acm@muc.de>2016-05-07 17:10:36 +0000
commit23a071d87d1338866bcc91b29bead290d0d3878b (patch)
tree3a48ff161ca4f25ee8b0bf8e3945ad7edeeab619 /lisp/emacs-lisp/edebug.el
parent29c9803c2a368b2f821a3fd7f7798e1632e6e29d (diff)
downloademacs-23a071d87d1338866bcc91b29bead290d0d3878b.tar.gz
* lisp/emacs-lisp/edebug.el (edebug-sit-on-break): Give it a version number.
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
-rw-r--r--lisp/emacs-lisp/edebug.el3
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.