diff options
author | Alan Mackenzie <acm@muc.de> | 2019-07-27 12:55:53 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2019-07-27 12:55:53 +0000 |
commit | 2f646633e0e29201c8fa0e39f4baec3a14491639 (patch) | |
tree | e82bc5e2164d640d35c88d4af21026d7a1fc8ce0 /test/lisp/emacs-lisp/lisp-tests.el | |
parent | 1d4355261d2bf8d7244c66e7ce560f2a6fcaa4a7 (diff) | |
download | emacs-2f646633e0e29201c8fa0e39f4baec3a14491639.tar.gz |
CC Mode: Stop /**/ spuriously fontifying as a doc comment under gtkdoc
Also fix infinite loops by correcting two regexps.
* lisp/progmodes/cc-langs.el (c-last-c-comment-end-on-line-re)
(c-last-open-c-comment-start-on-line-re): Correct the regexp fragments
"\\*+[^/]" to "\\*+\\([^*/]\\|$\\)".
* lisp/progmodes/cc-fonts.el (gtkdoc-font-lock-keywords): Disallow /**/ for
doc comment fontification.
Diffstat (limited to 'test/lisp/emacs-lisp/lisp-tests.el')
0 files changed, 0 insertions, 0 deletions