matlab-shell-gud.el:

(matlab-shell-mode-gud-enable-bindings): Remove call to `matlab-frame-init'
which is obsolete.
This commit is contained in:
Eric Ludlam 2021-03-30 11:07:16 -04:00
parent 7c41d9a151
commit 54b3279762

View file

@ -89,7 +89,6 @@ Disable this option if the tooltips are too slow in your setup."
;; (gud-def gud-print "% gud-print not available" "\C-p" "gud-print not available.")
(when window-system
(matlab-frame-init)
(setq gud-matlab-tool-bar-map
(let ((map (make-sparse-keymap)))