diff options
| author | Miles Bader | 2007-01-30 22:22:43 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-01-30 22:22:43 +0000 |
| commit | bb5b9e9dbe671b0525692acf1337efa271b33fb6 (patch) | |
| tree | 810c31e2c5f1bc8e79df0cc4b121a25a9d4b8642 /lisp/obsolete | |
| parent | f3df78db7218a084cbd58dc9a3cb5b9909b02d4d (diff) | |
| parent | 41e49ce63ee2f9945ff99a19b00752ea887ef506 (diff) | |
| download | emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.tar.gz emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 615-621)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 197-199)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
Diffstat (limited to 'lisp/obsolete')
| -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 @@ | |||
| 72 | ;; | 72 | ;; |
| 73 | ;; Keywords. | 73 | ;; Keywords. |
| 74 | (regexp-opt | 74 | (regexp-opt |
| 75 | '("BEGIN" "END" "break" "continue" "delete" "exit" "else" "for" | 75 | '("BEGIN" "END" "break" "continue" "delete" "do" "exit" "else" "for" |
| 76 | "getline" "if" "next" "print" "printf" "return" "while") 'words) | 76 | "getline" "if" "next" "print" "printf" "return" "while") 'words) |
| 77 | ;; | 77 | ;; |
| 78 | ;; Builtins. | 78 | ;; Builtins. |