diff options
| author | Leo Liu | 2013-09-22 20:23:20 +0800 |
|---|---|---|
| committer | Leo Liu | 2013-09-22 20:23:20 +0800 |
| commit | 7186ba60458a649c36074c97b400c1b727af3100 (patch) | |
| tree | 151f600ecccbf883144b31f2b1e09fbdcf2930c2 | |
| parent | 8fef36c6ffd85e46485d91146eddc605fa366ee8 (diff) | |
| download | emacs-7186ba60458a649c36074c97b400c1b727af3100.tar.gz emacs-7186ba60458a649c36074c97b400c1b727af3100.zip | |
* files.el (interpreter-mode-alist): Add octave.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/files.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf5e3e1f061..0cc066b010e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-09-22 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * files.el (interpreter-mode-alist): Add octave. | ||
| 4 | |||
| 1 | 2013-09-21 Alan Mackenzie <acm@muc.de> | 5 | 2013-09-21 Alan Mackenzie <acm@muc.de> |
| 2 | 6 | ||
| 3 | C++: fontify identifier in declaration following "public:" correctly. | 7 | C++: fontify identifier in declaration following "public:" correctly. |
diff --git a/lisp/files.el b/lisp/files.el index 1a268200289..ab62be295f0 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2455,6 +2455,7 @@ and `magic-mode-alist', which determines modes based on file contents.") | |||
| 2455 | ("wishx?" . tcl-mode) | 2455 | ("wishx?" . tcl-mode) |
| 2456 | ("tcl\\(sh\\)?" . tcl-mode) | 2456 | ("tcl\\(sh\\)?" . tcl-mode) |
| 2457 | ("expect" . tcl-mode) | 2457 | ("expect" . tcl-mode) |
| 2458 | ("octave" . octave-mode) | ||
| 2458 | ("scm" . scheme-mode) | 2459 | ("scm" . scheme-mode) |
| 2459 | ("[acjkwz]sh" . sh-mode) | 2460 | ("[acjkwz]sh" . sh-mode) |
| 2460 | ("r?bash2?" . sh-mode) | 2461 | ("r?bash2?" . sh-mode) |