Mercurial > emacs
changeset 95065:36c19ba93dca
(fortran-font-lock-keywords-2): Add .eqv., .neqv.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 17 May 2008 20:08:37 +0000 |
parents | b5f69b7c5d16 |
children | b4d5df9f90b3 |
files | lisp/progmodes/fortran.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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]+\\)?"