From: Gerd Moellmann Date: Thu, 19 Jul 2001 13:25:34 +0000 (+0000) Subject: (c++-keywords): Add Standard C++ operator names. X-Git-Tag: emacs-pretest-21.0.105~441 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e5d8879fc3ae84651710ba740191a78028d8ac1;p=emacs.git (c++-keywords): Add Standard C++ operator names. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 424db62a064..ba59b9568ea 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2479,7 +2479,10 @@ See also `c++-font-lock-extra-types'.") ;; 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