From: Eli Zaretskii Date: Tue, 12 Sep 2023 18:45:19 +0000 (+0300) Subject: * lisp/progmodes/c-ts-mode.el (c++-ts-mode): Provide (bug#65895). X-Git-Tag: emacs-29.1.90~106 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=946b395e7e1cd3685ca094531d8dbd1b89b0a7e6;p=emacs.git * lisp/progmodes/c-ts-mode.el (c++-ts-mode): Provide (bug#65895). --- 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