Added autoload magic comment for main mode function.
--- a/lisp/iar-linker-config-mode.el Thu Jan 28 21:28:44 2010 +0200
+++ b/lisp/iar-linker-config-mode.el Thu Jan 28 21:29:40 2010 +0200
@@ -14,6 +14,7 @@
;;; Code:
+;;;###autoload
(define-generic-mode iar-linker-config-mode
'("// " ("/*" . "*/"))
'("zeroinit" "code" "readwrite" "rw" "readonly" "ro")
--- a/lisp/iar4-linker-config-mode.el Thu Jan 28 21:28:44 2010 +0200
+++ b/lisp/iar4-linker-config-mode.el Thu Jan 28 21:29:40 2010 +0200
@@ -14,6 +14,7 @@
;;; Code:
+;;;###autoload
(define-generic-mode iar4-linker-config-mode
'("// " ("/*" . "*/"))
nil
--- a/lisp/nsis-mode.el Thu Jan 28 21:28:44 2010 +0200
+++ b/lisp/nsis-mode.el Thu Jan 28 21:29:40 2010 +0200
@@ -14,6 +14,7 @@
;;; Code:
+;;;###autoload
(define-generic-mode 'nsis-mode
(list ?\;)
'("Section" "SectionEnd" "Function" "FunctionEnd" "Call" "Goto")