branch: externals/matlab-mode
commit be1fc9cf00055646a7c0bec8a537557012c827e4
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
matlab-ts-mode--ei-workaround-143: minor fix
---
matlab-ts-mode--ei.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/matlab-ts-mode--ei.el b/matlab-ts-mode--ei.el
index 2c17b16244..d54a59071a 100644
--- a/matlab-ts-mode--ei.el
+++ b/matlab-ts-mode--ei.el
@@ -1231,8 +1231,8 @@ TAB> x = 123 ./1 + 567
(<= (point) line-pt))
(setq line-pt (1+ line-pt)))
(insert " ")
- (setq end (1+ end)))))
- (forward-char 2))
+ (setq end (1+ end))))
+ (forward-char 2)))
(when line-pt
(goto-char line-pt)))