summaryrefslogtreecommitdiff
path: root/lisp/play/doctor.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-22 18:57:55 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-22 18:57:55 +0000
commit57c038534a6605784ce291ab1f2ed5d01ddf0536 (patch)
treedac8b1d629316dec5b438190a42f9fc7d1f77cde /lisp/play/doctor.el
parent18fb880632a5cbc4e62911fde62918b165c5fd0e (diff)
downloademacs-57c038534a6605784ce291ab1f2ed5d01ddf0536.tar.gz
Add provide call.
Diffstat (limited to 'lisp/play/doctor.el')
-rw-r--r--lisp/play/doctor.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el
index 98a12bf451a..2c65fb8caa9 100644
--- a/lisp/play/doctor.el
+++ b/lisp/play/doctor.el
@@ -1614,4 +1614,6 @@ Hack on previous word, setting global variable OWNER to correct result."
(insert "Mein fuehrer!!\n")
(doctor-read-print))
+(provide 'doctor)
+
;;; doctor.el ends here