branch: externals/matlab-mode
commit 057ea51d058e4e07003e7ab464ead943cf3ef724
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>

    Release 8.0.5
---
 NEWS.org              | 5 +++++
 matlab-mode.el        | 2 +-
 matlab-ts-mode--ei.el | 2 +-
 matlab-ts-mode.el     | 2 +-
 matlab.el             | 2 +-
 5 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index 2eb6fc3164..553be692fb 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -3,6 +3,11 @@
 
 # Copyright (C) 2025-2026 Free Software Foundation, Inc.
 
+* Release 8.0.5 Feb-14-2026
+
+This release fixes a build issue when using matlab-mode with Emacs that 
doesn't have tree-sitter. In
+addition, several lisp cleanups were performed (no behavior changes).
+
 * Release 8.0.4 Feb-7-2026
 
 This release fixes a minor issue when using matlab-ts-mode with point location 
when indenting
diff --git a/matlab-mode.el b/matlab-mode.el
index 600838d92d..5799a8dff2 100644
--- a/matlab-mode.el
+++ b/matlab-mode.el
@@ -1,6 +1,6 @@
 ;;; matlab-mode.el --- Major mode for MATLAB(R) dot-m files -*- 
lexical-binding: t -*-
 
-;; Version: 8.0.4
+;; Version: 8.0.5
 ;; URL: https://github.com/mathworks/Emacs-MATLAB-Mode
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 
diff --git a/matlab-ts-mode--ei.el b/matlab-ts-mode--ei.el
index c152fc3596..5f0b21d704 100644
--- a/matlab-ts-mode--ei.el
+++ b/matlab-ts-mode--ei.el
@@ -1,6 +1,6 @@
 ;;; matlab-ts-mode--ei.el --- MATLAB electric indent -*- lexical-binding: t -*-
 
-;; Version: 8.0.4
+;; Version: 8.0.5
 ;; URL: https://github.com/mathworks/Emacs-MATLAB-Mode
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
diff --git a/matlab-ts-mode.el b/matlab-ts-mode.el
index dbcf36a0de..50af5564fc 100644
--- a/matlab-ts-mode.el
+++ b/matlab-ts-mode.el
@@ -1,6 +1,6 @@
 ;;; matlab-ts-mode.el --- MATLAB(R) Tree-Sitter Mode -*- lexical-binding: t -*-
 
-;; Version: 8.0.4
+;; Version: 8.0.5
 ;; URL: https://github.com/mathworks/Emacs-MATLAB-Mode
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
diff --git a/matlab.el b/matlab.el
index 913d608e34..1020fe824a 100644
--- a/matlab.el
+++ b/matlab.el
@@ -1,6 +1,6 @@
 ;;; matlab.el --- major mode for MATLAB(R) dot-m files -*- lexical-binding: t 
-*-
 
-;; Version: 8.0.4
+;; Version: 8.0.5
 ;; URL: https://github.com/mathworks/Emacs-MATLAB-Mode
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 

Reply via email to