mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
* lisp/progmodes/cc-mode.el (c-or-c++-mode): A new function which analyses contents of the buffer to determine whether it looks like C++ source code and based on that enables c-mode or c++-mode. (c-or-c++-mode--regexp): Regular expression which, when matches a buffer, signals file is C++. |
||
|---|---|---|
| .. | ||
| flymake-resources | ||
| cc-mode.el | ||
| compile-tests.el | ||
| elisp-mode-tests.el | ||
| f90.el | ||
| flymake-tests.el | ||
| python-tests.el | ||
| ruby-mode-tests.el | ||
| subword-tests.el | ||
| xref-tests.el | ||