# HG changeset patch # User Gerd Moellmann # Date 953332445 0 # Node ID 0e0b0df7244401a38d9acc7f75fd4b04fd58d962 # Parent 507041681c7311a7c06e5021ffa926212dbf6e55 (awk-font-lock-keywords): All `else'. diff -r 507041681c73 -r 0e0b0df72444 lisp/progmodes/awk-mode.el --- a/lisp/progmodes/awk-mode.el Fri Mar 17 22:33:28 2000 +0000 +++ b/lisp/progmodes/awk-mode.el Fri Mar 17 22:34:05 2000 +0000 @@ -81,7 +81,7 @@ (concat "\\<\\(" ; ("BEGIN" "END" "break" "continue" "delete" "exit" "for" ; "getline" "if" "next" "print" "printf" "return" "while") - "BEGIN\\|END\\|break\\|continue\\|delete\\|exit\\|for\\|" + "BEGIN\\|END\\|break\\|continue\\|delete\\|exit\\|else\\|for\\|" "getline\\|if\\|next\\|printf?\\|return\\|while" "\\)\\>") ;;