diff options
| author | Richard M. Stallman | 1997-06-22 18:32:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-22 18:32:34 +0000 |
| commit | 69d92b8a69904a7f343b6625319b8e90347bebdc (patch) | |
| tree | fe1ddb42df66988df20ad1c62bcb4ad59ca5e0a6 /lisp | |
| parent | 1fe3648dfb64fe5cc6f59d13757461d3937a5205 (diff) | |
| download | emacs-69d92b8a69904a7f343b6625319b8e90347bebdc.tar.gz emacs-69d92b8a69904a7f343b6625319b8e90347bebdc.zip | |
Fix provide call.
Diffstat (limited to 'lisp')
| -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." | |||
| 698 | (end-of-icon-defun) | 698 | (end-of-icon-defun) |
| 699 | (forward-char -1))) | 699 | (forward-char -1))) |
| 700 | 700 | ||
| 701 | (provide 'icon-mode) | 701 | (provide 'icon) |
| 702 | |||
| 702 | ;;; icon.el ends here | 703 | ;;; icon.el ends here |