branch: externals/matlab-mode
commit d59157e6b15868016ae10a7c351450b3fcde4a84
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
mlint.el: re-add name to mlinkt-lm-group
Fix provided by Stefan Monnier
---
mlint.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mlint.el b/mlint.el
index c1e26bfc73..01f0159baa 100644
--- a/mlint.el
+++ b/mlint.el
@@ -288,7 +288,7 @@ Warning ID's won't change between releases, unlike the
warning messages.")
"Create a group object for tracking linemark entries.
Do not permit multiple groups with the same name."
(let* ((name "mlint")
- (newgroup (mlint-lm-group :face 'linemark-go-face))
+ (newgroup (mlint-lm-group :object-name name :face 'linemark-go-face))
(foundgroup nil)
(lmg linemark-groups))
(while (and (not foundgroup) lmg)