From 900c1b30bb9ff44faf3e88a537a81f56247a8bbd Mon Sep 17 00:00:00 2001 From: mtoboid Date: Tue, 13 Jul 2021 09:45:09 +0200 Subject: [PATCH] Fixed provide symbol name. --- test/plantuml-indentation-with-tabs-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plantuml-indentation-with-tabs-test.el b/test/plantuml-indentation-with-tabs-test.el index 52a5c5f..a3ccbc4 100644 --- a/test/plantuml-indentation-with-tabs-test.el +++ b/test/plantuml-indentation-with-tabs-test.el @@ -106,6 +106,6 @@ package foo { ")) -(provide 'plantuml-indentation-class-test) +(provide 'plantuml-indentation-with-tabs-test) ;;; plantuml-indentation-with-tabs-test.el ends here