branch: externals/matlab-mode
commit baad804bb6a68aece78bdd776c05fcf1a7808051
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
matlab-shell: eliminate compiler warning on Emacs 27
string-trim requires 'subr-x
---
matlab-shell.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/matlab-shell.el b/matlab-shell.el
index e313e150bd..355b79966c 100644
--- a/matlab-shell.el
+++ b/matlab-shell.el
@@ -26,6 +26,8 @@
;;; Code:
+(require 'subr-x)
+
(require 'matlab-compat)
(eval-and-compile
(require 'matlab--access))