chiark / gitweb /
el/dot-emacs.el (mdw-fontify-c-and-c++): Remove `this' from keyword list.
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 03:02:01 +0000 (03:02 +0000)
It's already in the constants list.

el/dot-emacs.el

index 177b4d82afa8f0a9caf548dd223bc0314c5a877e..19d594d536df4130d8ddb3a85a40d30eaa4dfc68 100644 (file)
@@ -1397,7 +1397,6 @@ (defun mdw-fontify-c-and-c++ ()
                      "template"         ;C++
                      "throw"            ;C++
                      "try"              ;C++
-                     "this"             ;C++
                      "typedef"          ;C89
                      "typeid"           ;C++
                      "typeof"           ;GCC