emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114429: * files.el (interpreter-mode-alist): Add oc


From: Leo Liu
Subject: [Emacs-diffs] trunk r114429: * files.el (interpreter-mode-alist): Add octave.
Date: Sun, 22 Sep 2013 12:24:01 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114429
revision-id: address@hidden
parent: address@hidden
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Sun 2013-09-22 20:23:20 +0800
message:
  * files.el (interpreter-mode-alist): Add octave.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/files.el                  files.el-20091113204419-o5vbwnq5f7feedwu-265
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-21 17:21:29 +0000
+++ b/lisp/ChangeLog    2013-09-22 12:23:20 +0000
@@ -1,3 +1,7 @@
+2013-09-22  Leo Liu  <address@hidden>
+
+       * files.el (interpreter-mode-alist): Add octave.
+
 2013-09-21  Alan Mackenzie  <address@hidden>
 
        C++: fontify identifier in declaration following "public:" correctly.

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2013-09-21 08:49:31 +0000
+++ b/lisp/files.el     2013-09-22 12:23:20 +0000
@@ -2455,6 +2455,7 @@
      ("wishx?" . tcl-mode)
      ("tcl\\(sh\\)?" . tcl-mode)
      ("expect" . tcl-mode)
+     ("octave" . octave-mode)
      ("scm" . scheme-mode)
      ("[acjkwz]sh" . sh-mode)
      ("r?bash2?" . sh-mode)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]