]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix provide call.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Jun 1997 18:32:34 +0000 (18:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Jun 1997 18:32:34 +0000 (18:32 +0000)
lisp/progmodes/icon.el

index 571066043f593e0c493d731c520127fc376ad29c..44d891fb148a297653701b4ce2f11dff3c4a2634 100644 (file)
@@ -698,5 +698,6 @@ Returns nil if line starts inside a string, t if in a comment."
     (end-of-icon-defun)
     (forward-char -1)))
 
-(provide 'icon-mode)
+(provide 'icon)
+
 ;;; icon.el ends here