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:
0681f29
)
el/dot-emacs.el (mdw-fontify-c-and-c++): Mention that `asm' is in C++.
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 02:56:57 +0000
(
02:56
+0000)
Somewhat inexplicably.
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 8bf7d9ea9c9d743c09fb4813a552b5272c8a0e79..177b4d82afa8f0a9caf548dd223bc0314c5a877e 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-1335,7
+1335,7
@@
(defun mdw-fontify-c-and-c++ ()
(let ((c-keywords
(mdw-regexps "and" ;C++, C95 macro
"and_eq" ;C++, C95 macro
(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
"auto" ;K&R, C89
"bitand" ;C++, C95 macro
"bitor" ;C++, C95 macro