]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/edebug.el (edebug-sit-on-break): Give it a version number.
authorAlan Mackenzie <acm@muc.de>
Sat, 7 May 2016 17:10:36 +0000 (17:10 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 7 May 2016 17:10:36 +0000 (17:10 +0000)
lisp/emacs-lisp/edebug.el

index 07a846f5986ae75905b30d22814e4ba4766ec5fd..c283c168b5e18f39e90f317b029735c88c655ea1 100644 (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.