From: Richard M. Stallman Date: Sun, 22 Jun 1997 18:32:34 +0000 (+0000) Subject: Fix provide call. X-Git-Tag: emacs-20.1~1565 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69d92b8a69904a7f343b6625319b8e90347bebdc;p=emacs.git Fix provide call. --- diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index 571066043f5..44d891fb148 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el @@ -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