# HG changeset patch # User Glenn Morris # Date 1211054917 0 # Node ID 36c19ba93dca74147089dd76d35b623f5321187e # Parent b5f69b7c5d168b27dc2b8fe84f6298442ed1484d (fortran-font-lock-keywords-2): Add .eqv., .neqv. diff -r b5f69b7c5d16 -r 36c19ba93dca lisp/progmodes/fortran.el --- a/lisp/progmodes/fortran.el Sat May 17 20:07:09 2008 +0000 +++ b/lisp/progmodes/fortran.el Sat May 17 20:08:37 2008 +0000 @@ -389,8 +389,8 @@ 'paren) "\\>") ;; Builtin operators. (concat "\\." (regexp-opt - '("and" "or" "not" "lt" "le" "eq" "ge" - "gt" "ne" "true" "false") + '("and" "eq" "eqv" "false" "ge" "gt" "le" "lt" "ne" + "neqv" "not" "or" "true") 'paren) "\\.") ;; do/goto keywords and targets, and goto tags. '("\\<\\(do\\|go *to\\)\\>[ \t]*\\([0-9]+\\)?"