chiark / gitweb /
el/dot-emacs.el (mdw-fontify-c-and-c++): Mention that `asm' is in C++.
[profile] / el / dot-emacs.el
index 8bf7d9ea9c9d743c09fb4813a552b5272c8a0e79..177b4d82afa8f0a9caf548dd223bc0314c5a877e 100644 (file)
@@ -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