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