chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b84c07
)
el/dot-emacs.el (mdw-fontify-c-and-c++): Remove `this' from keyword list.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 15 Dec 2015 19:15:23 +0000
(19:15 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
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