From 69d92b8a69904a7f343b6625319b8e90347bebdc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 22 Jun 1997 18:32:34 +0000 Subject: [PATCH] Fix provide call. --- lisp/progmodes/icon.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5