chiark / gitweb /
el/dot-emacs.el (mdw-fontify-c-and-c++): Mention that `asm' is in C++.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 15 Dec 2015 19:15:23 +0000 (19:15 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 16 Jan 2016 02:56:57 +0000 (02:56 +0000)
Somewhat inexplicably.

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