summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-31 17:28:56 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-31 17:28:56 +0000
commite8544af27e95c7d051d13075bfbc66b4e3f8fa9c (patch)
treecb06d47166915eeba5996d95020bf0361eacad26 /lisp/emacs-lisp
parente90b6d9296d32c9647268134088c0b913f8886ee (diff)
downloademacs-e8544af27e95c7d051d13075bfbc66b4e3f8fa9c.tar.gz
emacs-e8544af27e95c7d051d13075bfbc66b4e3f8fa9c.tar.bz2
emacs-e8544af27e95c7d051d13075bfbc66b4e3f8fa9c.zip
Provide edebug.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/edebug.el2
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