]> git.eshelyaron.com Git - emacs.git/commitdiff
(icon-mode): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 04:05:44 +0000 (04:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 04:05:44 +0000 (04:05 +0000)
lisp/progmodes/icon.el

index f64ed19dd37e4e550bb5f0f7e911984e60149a33..c65151c3a205c815bb726afa47c79dd525852100 100644 (file)
 ;;; Commentary:
 
 ;; A major mode for editing the Icon programming language.
-;;
-;; Note: use
-;;  (autoload 'icon-mode "icon" nil t)
-;;  (setq auto-mode-alist (cons '("\\.icn$" . icon-mode) auto-mode-alist))
-;; if not permanently installed in your emacs
 
 ;;; Code:
 
@@ -93,6 +88,7 @@ inserted in Icon code.")
   "*Non-nil means TAB in Icon mode should always reindent the current line,
 regardless of where in the line point is when the TAB command is used.")
 \f
+;;;###autoload
 (defun icon-mode ()
   "Major mode for editing Icon code.
 Expression and list commands understand all Icon brackets.