branch: externals/matlab-mode
commit 31563ac77a05639ebb008f3af0750ff9c00058ab
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
release 7.3.1
---
NEWS.org | 8 ++++++++
matlab-mode.el | 2 +-
matlab-ts-mode.el | 2 +-
matlab.el | 2 +-
4 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 015d60cf0e..58e22361f1 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -3,6 +3,14 @@
# Copyright (C) 2025 Free Software Foundation, Inc.
+* Release 7.3.1 Nov 14, 2025
+
+1. Fixed M-q (fill-paragraph) in comments when there no space after the '%'
character.
+
+2. Improved t-utils-view-parse-tree
+
+3. Made matlab-ts-mode show-paren-mode robust to extra =\n= nodes
+
* Release 7.3.0 Nov 12, 2025
1. Updated matlab-ts-mode to work with tree-sitter-matlab commit 9d16fcf. This
fixes many known
diff --git a/matlab-mode.el b/matlab-mode.el
index 1fb3e8521c..a386fab8e1 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: 7.3.0
+;; Version: 7.3.1
;; 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 5723c5d773..87f59b96c6 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: 7.3.0
+;; Version: 7.3.1
;; 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 439d440b4e..7837fd00b5 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: 7.3.0
+;; Version: 7.3.1
;; URL: https://github.com/mathworks/Emacs-MATLAB-Mode
;; SPDX-License-Identifier: GPL-3.0-or-later