diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/edebug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index db78d9475fe..66117b83316 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -237,7 +237,7 @@ If the result is non-nil, then break. Errors are ignored." "Whether or not to pause for `edebug-sit-for-seconds' on reaching a break." :type 'boolean :group 'edebug - :version "25.2") + :version "26.1") ;;; Form spec utilities. |