emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 23a071d: * lisp/emacs-lisp/edebug.el (edebug-sit-on


From: Alan Mackenzie
Subject: [Emacs-diffs] master 23a071d: * lisp/emacs-lisp/edebug.el (edebug-sit-on-break): Give it a version number.
Date: Sat, 7 May 2016 17:12:20 +0000 (UTC)

branch: master
commit 23a071d87d1338866bcc91b29bead290d0d3878b
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    * lisp/emacs-lisp/edebug.el (edebug-sit-on-break): Give it a version number.
---
 lisp/emacs-lisp/edebug.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 07a846f..c283c16 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]