* lisp/progmodes/c-ts-mode.el (c++-ts-mode): Provide (bug#65895).
This commit is contained in:
parent
33ee3e588f
commit
946b395e7e
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
(add-to-list 'auto-mode-alist '("\\.h\\'" . c-or-c++-ts-mode)))
|
||||||
|
|
||||||
(provide 'c-ts-mode)
|
(provide 'c-ts-mode)
|
||||||
|
(provide 'c++-ts-mode)
|
||||||
|
|
||||||
;;; c-ts-mode.el ends here
|
;;; c-ts-mode.el ends here
|
||||||
|
|
Loading…
Add table
Reference in a new issue