Package: emacs Version: 21.4, 22.2, 23.0.60 Tags: patch I received this via the Debian BTS. The patch seems OK but needs to be updated, here is a version against the trunk: --8<---------------cut here---------------start------------->8--- --- fortran.el.~1.147.~ 2008-05-07 21:27:00.000000000 +0200 +++ fortran.el 2008-05-16 23:17:47.000000000 +0200 @@ -390,7 +390,7 @@ ;; Builtin operators. (concat "\\." (regexp-opt '("and" "or" "not" "lt" "le" "eq" "ge" - "gt" "ne" "true" "false") + "gt" "ne" "eqv" "neqv" "true" "false") 'paren) "\\.") ;; do/goto keywords and targets, and goto tags. '("\\<\\(do\\|go *to\\)\\>[ \t]*\\([0-9]+\\)?" --8<---------------cut here---------------end--------------->8---