matlab-shell.el:

(matlab-shell-save-and-go): Use `matlab-shell-send-command' so that
it works with netshell as well as regular shell.
This commit is contained in:
Eric Ludlam 2020-02-08 21:42:19 -05:00
parent e7d9a21400
commit f9c32289db

View file

@ -2109,7 +2109,7 @@ Similar to `comint-send-input'."
(switch-to-buffer-other-window (concat "*" matlab-shell-buffer-name "*")))
(goto-char (point-max)))
(matlab-shell-send-string (concat cmd "\n"))
(matlab-shell-send-command (concat cmd "\n"))
)))
(when do-local