matlab-shell-gud.el

(mlg-reset-breakpoints): Add autoload cookie.
Needed so netshell startup loads this library.
This commit is contained in:
Eric Ludlam 2019-12-11 22:02:41 -05:00
parent 164b06c8ca
commit f4352eb763

View file

@ -518,6 +518,7 @@ Used to track active breakpoints, and how to show them.")
(defvar matlab-gud-visible-breakpoints nil
"List of breakpoints MATLAB has sent to us.")
;;;###autoload
(defun mlg-reset-breakpoints ()
"Remove all cached breakpoints."
(dolist (BP matlab-gud-visible-breakpoints)