projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e70c78
)
* lisp/progmodes/cc-fonts.el (gtkdoc-font-lock-keywords): Fix faulty regexp
author
Alan Mackenzie
<acm@muc.de>
Wed, 17 Jul 2019 09:35:26 +0000
(09:35 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Wed, 17 Jul 2019 09:35:26 +0000
(09:35 +0000)
lisp/progmodes/cc-fonts.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-fonts.el
b/lisp/progmodes/cc-fonts.el
index 96c3a6f4a08cfc837ab4b3807fa2c0b597c66743..d8842c8184f3de738f73e7b00198b538224b422d 100644
(file)
--- a/
lisp/progmodes/cc-fonts.el
+++ b/
lisp/progmodes/cc-fonts.el
@@
-2798,7
+2798,7
@@
need for `pike-font-lock-extra-types'.")
(defconst gtkdoc-font-lock-keywords
`((,(lambda (limit)
- (c-font-lock-doc-comments "/\\*\\*\\([^
\\*
].*\\)?$" limit
+ (c-font-lock-doc-comments "/\\*\\*\\([^
*\n\r
].*\\)?$" limit
gtkdoc-font-lock-doc-comments)
(c-font-lock-doc-comments "/\\*< " limit
gtkdoc-font-lock-doc-protection)