aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/awk-mode.el
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-03-17 22:34:05 +0000
committerGerd Moellmann <[email protected]>2000-03-17 22:34:05 +0000
commite1abf2bb09cf0aad15578e5d084d8fec63865ddd (patch)
treebf490282a78c644049919ad1f45e1675207c6fdd /lisp/progmodes/awk-mode.el
parentc069a4804fce13d147634f0cbef02c91cc7d2ed3 (diff)
(awk-font-lock-keywords): All `else'.
Diffstat (limited to 'lisp/progmodes/awk-mode.el')
-rw-r--r--lisp/progmodes/awk-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el
index 06fcef0f10..1f738dcd36 100644
--- a/lisp/progmodes/awk-mode.el
+++ b/lisp/progmodes/awk-mode.el
@@ -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"
"\\)\\>")
;;