]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.el (interpreter-mode-alist): Add octave.
authorLeo Liu <sdl.web@gmail.com>
Sun, 22 Sep 2013 12:23:20 +0000 (20:23 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sun, 22 Sep 2013 12:23:20 +0000 (20:23 +0800)
lisp/ChangeLog
lisp/files.el

index cf5e3e1f061ae21d86b9b704c704d4adc795e855..0cc066b010eac9633460d51605fa6f630490c340 100644 (file)
@@ -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.
index 1a2682002898b98dfaac3069460eb2740e35ed7d..ab62be295f0d96a054848af2c67d50a6d5619a5a 100644 (file)
@@ -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)