matlab-maint.el:

(matlab-maint-run-tests): Save current buffer w/out asking, as that
is typically what I want.
This commit is contained in:
Eric Ludlam 2021-03-26 18:43:13 -04:00
parent c039c7369f
commit f9df26d3f2
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@
"Run the tests for matlab mode.
With universal ARG, ask for the code to be run with output tracking turned on."
(interactive "P")
(when (buffer-file-name)
(save-buffer))
(save-excursion
(matlab-maint-set-buffer-to "tests/Makefile")
(if (or arg matlab-shell-io-testing)