]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/c-ts-mode.el (c++-ts-mode): Provide (bug#65895).
authorEli Zaretskii <eliz@gnu.org>
Tue, 12 Sep 2023 18:45:19 +0000 (21:45 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 12 Sep 2023 18:45:19 +0000 (21:45 +0300)
lisp/progmodes/c-ts-mode.el

index 48d1fb09089744827d15d65347dde6f48c222606..8660b65f309fe28d1ca0fe85d595754860a7a56a 100644 (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