chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
el/dot-emacs.el (mdw-fontify-c-and-c++): Remove `this' from keyword list.
[profile]
/
el
/
dot-emacs.el
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 177b4d82afa8f0a9caf548dd223bc0314c5a877e..19d594d536df4130d8ddb3a85a40d30eaa4dfc68 100644
(file)
--- 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