comparison lisp/play/doctor.el @ 18383:11218164bc54

Add provide call.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:57:55 +0000
parents b9074a68d6be
children f5f7ca6c4a96
comparison
equal deleted inserted replaced
18382:0e4943a370e2 18383:11218164bc54
1612 (defun doctor-strangelove () 1612 (defun doctor-strangelove ()
1613 (interactive) 1613 (interactive)
1614 (insert "Mein fuehrer!!\n") 1614 (insert "Mein fuehrer!!\n")
1615 (doctor-read-print)) 1615 (doctor-read-print))
1616 1616
1617 (provide 'doctor)
1618
1617 ;;; doctor.el ends here 1619 ;;; doctor.el ends here