changeset 18381:d7ba4cdf0e37

Fix provide call.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:32:34 +0000
parents d515bf202434
children 0e4943a370e2
files lisp/progmodes/icon.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/icon.el	Sun Jun 22 17:58:03 1997 +0000
+++ b/lisp/progmodes/icon.el	Sun Jun 22 18:32:34 1997 +0000
@@ -698,5 +698,6 @@
     (end-of-icon-defun)
     (forward-char -1)))
 
-(provide 'icon-mode)
+(provide 'icon)
+
 ;;; icon.el ends here