diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 678090f2ef2..46bc1616487 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -2541,4 +2541,6 @@ You must include newlines in FMT to break lines." ) (select-window selected-window))) +(provide 'edebug) + ;;; edebug.el ends here