From 946b395e7e1cd3685ca094531d8dbd1b89b0a7e6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 12 Sep 2023 21:45:19 +0300 Subject: [PATCH] * lisp/progmodes/c-ts-mode.el (c++-ts-mode): Provide (bug#65895). --- lisp/progmodes/c-ts-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 48d1fb09089..8660b65f309 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -1377,5 +1377,6 @@ the code is C or C++ and based on that chooses whether to enable (add-to-list 'auto-mode-alist '("\\.h\\'" . c-or-c++-ts-mode))) (provide 'c-ts-mode) +(provide 'c++-ts-mode) ;;; c-ts-mode.el ends here -- 2.39.2