1 new commit in cc-mode:
https://bitbucket.org/xemacs/cc-mode/commits/828f2446cd89/
Changeset: 828f2446cd89
User: acm
Date: 2013-09-18 22:21:36
Summary: Fix fontification of type when followed by "const".
cc-engine.el (c-forward-decl-or-cast-1): Don't exclude "known" types from
fontification.
Affected #: 1 file
diff -r 1bdd63c23b3dcf39b93f66655ccd457f515be41d -r
828f2446cd8992e30acc22881da5c7313fafb09b cc-engine.el
--- a/cc-engine.el
+++ b/cc-engine.el
@@ -7446,7 +7446,11 @@
;; interactive refontification.
(c-put-c-type-property (point) 'c-decl-arg-start))
- (when (and c-record-type-identifiers at-type (not (eq at-type t)))
+ (when (and c-record-type-identifiers at-type ;; (not (eq at-type t))
+ ;; There seems no reason to exclude a token from
+ ;; fontification just because it's "a known type that can't
+ ;; be a name or other expression". 2013-09-18.
+ )
(let ((c-promote-possible-types t))
(save-excursion
(goto-char type-start)
Repository URL:
https://bitbucket.org/xemacs/cc-mode/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches