]> git.eshelyaron.com Git - emacs.git/commitdiff
(awk-font-lock-keywords): Add "do".
authorRichard M. Stallman <rms@gnu.org>
Sat, 27 Jan 2007 19:54:03 +0000 (19:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 27 Jan 2007 19:54:03 +0000 (19:54 +0000)
lisp/ChangeLog
lisp/obsolete/awk-mode.el

index be45f701d76b7ffdf0c3ef26c0e2972c63822228..42302ff9d381556366e860c00f9affdb23f22d0d 100644 (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
index d85abc855f4e3750161550a968c848945fb8b86b..06376f96dc2252da0fe6785a4aa6d8151bc74d58 100644 (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.