From 54b327976296d45ef6285f77f6dfeb3428202c81 Mon Sep 17 00:00:00 2001 From: Eric Ludlam Date: Tue, 30 Mar 2021 11:07:16 -0400 Subject: [PATCH] matlab-shell-gud.el: (matlab-shell-mode-gud-enable-bindings): Remove call to `matlab-frame-init' which is obsolete. --- matlab-shell-gud.el | 1 - 1 file changed, 1 deletion(-) diff --git a/matlab-shell-gud.el b/matlab-shell-gud.el index 68ab926..9d27fa5 100644 --- a/matlab-shell-gud.el +++ b/matlab-shell-gud.el @@ -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)))