From 7b84c07869627a938f51c37f2749dc2fc51cfacc Mon Sep 17 00:00:00 2001 Message-Id: <7b84c07869627a938f51c37f2749dc2fc51cfacc.1718314806.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 15 Dec 2015 19:15:23 +0000 Subject: [PATCH] el/dot-emacs.el (mdw-fontify-c-and-c++): Mention that `asm' is in C++. Organization: Straylight/Edgeware From: Mark Wooding Somewhat inexplicably. --- el/dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 8bf7d9e..177b4d8 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1335,7 +1335,7 @@ (defun mdw-fontify-c-and-c++ () (let ((c-keywords (mdw-regexps "and" ;C++, C95 macro "and_eq" ;C++, C95 macro - "asm" ;K&R, GCC + "asm" ;K&R, C++, GCC "auto" ;K&R, C89 "bitand" ;C++, C95 macro "bitor" ;C++, C95 macro -- [mdw]