diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/edebug.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |