changeset 38491:bbe532496c7e

(c++-keywords): Add Standard C++ operator names.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 19 Jul 2001 13:25:34 +0000
parents 1518ad710658
children e45845a82408
files lisp/font-lock.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Thu Jul 19 13:24:11 2001 +0000
+++ b/lisp/font-lock.el	Thu Jul 19 13:25:34 2001 +0000
@@ -2479,7 +2479,10 @@
 	     ;; as keywords not types.
 	     "typedef" "template"
 	     "extern" "auto" "register" "const" "volatile" "static"
-	     "inline" "friend" "virtual"))))
+	     "inline" "friend" "virtual"
+	     ;; Standard C++ operator names.
+	     "and" "and_eq" "bitand" "bitor" "compl" "not" "not_eq"
+	     "or" "or_eq" "xor" "xor_eq"))))
        (c++-operators
 	(eval-when-compile
 	  (regexp-opt