1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* lisp/progmodes/c-ts-mode.el (c++-ts-mode): Provide (bug#65895).

This commit is contained in:
Eli Zaretskii 2023-09-12 21:45:19 +03:00
parent 33ee3e588f
commit 946b395e7e

View File

@ -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