logic operators .eqv. and .neqv.
+2008-05-18 mohrmarc <debian@miller-mohr.de> (tiny change)
+
+ * progmodes/fortran.el (fortran-font-lock-keywords-2): Add keywords for
+ logic operators .eqv. and .neqv.
+
2008-05-17 David Hull <david@snap.com> (tiny change)
* vc-hg.el (vc-hg-annotate-command): Allow white space before
;; 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]+\\)?"