From: Mark Wooding Date: Tue, 15 Dec 2015 19:15:23 +0000 (+0000) Subject: el/dot-emacs.el (mdw-fontify-c-and-c++): Remove `this' from keyword list. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/c9f00bd07474abfc4dccad6ae9f6f72b5baee4f2 el/dot-emacs.el (mdw-fontify-c-and-c++): Remove `this' from keyword list. It's already in the constants list. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 177b4d8..19d594d 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1397,7 +1397,6 @@ (defun mdw-fontify-c-and-c++ () "template" ;C++ "throw" ;C++ "try" ;C++ - "this" ;C++ "typedef" ;C89 "typeid" ;C++ "typeof" ;GCC