diff options
| author | Gerd Moellmann | 2000-03-17 22:34:05 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-17 22:34:05 +0000 |
| commit | e1abf2bb09cf0aad15578e5d084d8fec63865ddd (patch) | |
| tree | bf490282a78c644049919ad1f45e1675207c6fdd | |
| parent | c069a4804fce13d147634f0cbef02c91cc7d2ed3 (diff) | |
| download | emacs-e1abf2bb09cf0aad15578e5d084d8fec63865ddd.tar.gz emacs-e1abf2bb09cf0aad15578e5d084d8fec63865ddd.zip | |
(awk-font-lock-keywords): All `else'.
| -rw-r--r-- | lisp/progmodes/awk-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index 06fcef0f107..1f738dcd361 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el | |||
| @@ -81,7 +81,7 @@ | |||
| 81 | (concat "\\<\\(" | 81 | (concat "\\<\\(" |
| 82 | ; ("BEGIN" "END" "break" "continue" "delete" "exit" "for" | 82 | ; ("BEGIN" "END" "break" "continue" "delete" "exit" "for" |
| 83 | ; "getline" "if" "next" "print" "printf" "return" "while") | 83 | ; "getline" "if" "next" "print" "printf" "return" "while") |
| 84 | "BEGIN\\|END\\|break\\|continue\\|delete\\|exit\\|for\\|" | 84 | "BEGIN\\|END\\|break\\|continue\\|delete\\|exit\\|else\\|for\\|" |
| 85 | "getline\\|if\\|next\\|printf?\\|return\\|while" | 85 | "getline\\|if\\|next\\|printf?\\|return\\|while" |
| 86 | "\\)\\>") | 86 | "\\)\\>") |
| 87 | ;; | 87 | ;; |