summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2013-09-22 20:23:20 +0800
committerLeo Liu <sdl.web@gmail.com>2013-09-22 20:23:20 +0800
commit7186ba60458a649c36074c97b400c1b727af3100 (patch)
tree151f600ecccbf883144b31f2b1e09fbdcf2930c2
parent8fef36c6ffd85e46485d91146eddc605fa366ee8 (diff)
downloademacs-7186ba60458a649c36074c97b400c1b727af3100.tar.gz
* files.el (interpreter-mode-alist): Add octave.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/files.el1
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)