changeset 258 | 29533873ee3e |
parent 257 | 2f3ac763c340 |
child 263 | 5f7cdce0e795 |
257:2f3ac763c340 | 258:29533873ee3e |
---|---|
62 (list "\\.\\(icf\\)\\'") |
62 (list "\\.\\(icf\\)\\'") |
63 (list |
63 (list |
64 (lambda () (setq comment-start "/* " comment-end " */")) |
64 (lambda () (setq comment-start "/* " comment-end " */")) |
65 ) |
65 ) |
66 "Generic mode for iar linker config files.") |
66 "Generic mode for iar linker config files.") |
67 |
|
68 (provide 'iar-linker-config-mode) |
|
69 |
|
67 ;;; iar-linker-config-mode.el ends here |
70 ;;; iar-linker-config-mode.el ends here |