aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 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 ;;