branch: externals/matlab-mode
commit 69e879e59e1f9469b39c2aaa1cd7813b5476b244
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
matlab-ts-mode.el: remove completed todo
---
matlab-ts-mode.el | 7 -------
1 file changed, 7 deletions(-)
diff --git a/matlab-ts-mode.el b/matlab-ts-mode.el
index e7ea4e204c..9194ff147f 100644
--- a/matlab-ts-mode.el
+++ b/matlab-ts-mode.el
@@ -2101,13 +2101,6 @@ is t, add the following to an Init File (e.g.
`user-init-file' or
;; Line2:
;; then type a ']' on the 2nd line, in echo area, see: Mismatched
parentheses
;;
- ;; TODO improve formatting t-utils-xr print's, e.g. improve:
- ;; standard-output:
- ;; "function a = indent_xr_fun()
- ;; a = 1;
- ;; end
- ;; "
- ;;
;; TODO create defcustom matlab-ts-mode-electric-ends that inserts end
statements
;; when a function, switch, while, for, etc. is entered. This should
handle continuations.