diff options
Diffstat (limited to 'lisp/progmodes/icon.el')
-rw-r--r-- | lisp/progmodes/icon.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 |