1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00
emacs/test/lisp/progmodes
Michal Nazarewicz 40e0ef4811 Automatically detect whether .h file is C or C++
* 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++.
2016-06-15 18:26:12 +02:00
..
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