diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-01-27 19:54:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-01-27 19:54:03 +0000 |
commit | e14c5251324fe34a79b49e8577c032b92fe00290 (patch) | |
tree | 26832651e3582074fe34a614b09c9724631eb52c /lisp/obsolete/awk-mode.el | |
parent | 9b469b61cadb15629a29a6cde5ed1889a12637d2 (diff) | |
download | emacs-e14c5251324fe34a79b49e8577c032b92fe00290.tar.gz |
(awk-font-lock-keywords): Add "do".
Diffstat (limited to 'lisp/obsolete/awk-mode.el')
-rw-r--r-- | lisp/obsolete/awk-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/awk-mode.el b/lisp/obsolete/awk-mode.el index d85abc855f4..06376f96dc2 100644 --- a/lisp/obsolete/awk-mode.el +++ b/lisp/obsolete/awk-mode.el @@ -72,7 +72,7 @@ ;; ;; Keywords. (regexp-opt - '("BEGIN" "END" "break" "continue" "delete" "exit" "else" "for" + '("BEGIN" "END" "break" "continue" "delete" "do" "exit" "else" "for" "getline" "if" "next" "print" "printf" "return" "while") 'words) ;; ;; Builtins. |