# HG changeset patch # User Gerd Moellmann # Date 995549134 0 # Node ID bbe532496c7e4e325e84ba4c9e86883f93d689f0 # Parent 1518ad710658f6eed707bd04a693f55a63b7c4b6 (c++-keywords): Add Standard C++ operator names. diff -r 1518ad710658 -r bbe532496c7e lisp/font-lock.el --- 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