diff options
| -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 @@ +2013-09-22 Leo Liu <sdl.web@gmail.com> + + * files.el (interpreter-mode-alist): Add octave. + 2013-09-21 Alan Mackenzie <acm@muc.de> 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.") ("wishx?" . tcl-mode) ("tcl\\(sh\\)?" . tcl-mode) ("expect" . tcl-mode) + ("octave" . octave-mode) ("scm" . scheme-mode) ("[acjkwz]sh" . sh-mode) ("r?bash2?" . sh-mode) |
