Added autoload magic comment for main mode function.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 28 Jan 2010 21:29:40 +0200
changeset 274 7c18567f0754
parent 273 3b0d646154dc
child 275 3af8c9807cbf
Added autoload magic comment for main mode function.
lisp/iar-linker-config-mode.el
lisp/iar4-linker-config-mode.el
lisp/nsis-mode.el
--- 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")