]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
auto-modes.el: remove octave-mode entry
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Mar 2026 14:06:55 +0000 (10:06 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Mar 2026 14:06:55 +0000 (10:06 -0400)
Upstream emacs now has octave-mode, and the automatically-generated
auto-mode-alist includes this entry.

auto-modes.el

index 915db7f4ab648448fe2bcf9d249baeb76fba19b8..7a59b0077f490612b20cf8fccd9949962a2f640e 100644 (file)
@@ -13,9 +13,6 @@
        ;; haskell-mode
        '("\\.l?hs$" . haskell-mode)
 
-       ;; octave-mode, the extension is a MATLAB relic.
-       '("\\.m$" . octave-mode)
-
        ;; nagios-mode
        '("\\.cfg$" . nagios-mode)