(awk-font-lock-keywords): Add "do".

This commit is contained in:
Richard M. Stallman 2007-01-27 19:54:03 +00:00
parent 9b469b61ca
commit e14c525132
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
2007-01-27 Richard Stallman <rms@gnu.org>
* obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
* add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
enum/union/struct/class definition.
Revert change to call `forward-sexp' multiple times.
2007-01-27 Chong Yidong <cyd@stupidchicken.com>
* files.el (hack-local-variables-confirm): Don't keep trying to

View file

@ -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.