# HG changeset patch # User Juanma Barranquero # Date 1202220986 0 # Node ID 6c2c7b785da96d0f85d7fca2a8269811fb38a8ff # Parent 1d2ca180d05b0dfa477cdf225580f64f808f44b7 *** empty log message *** diff -r 1d2ca180d05b -r 6c2c7b785da9 lisp/progmodes/cc-awk.el --- a/lisp/progmodes/cc-awk.el Tue Feb 05 14:13:28 2008 +0000 +++ b/lisp/progmodes/cc-awk.el Tue Feb 05 14:16:26 2008 +0000 @@ -213,7 +213,7 @@ "\\([{}@` \t]\\|\\+\\+\\|--\\|\\\\.\\)") ;; A "neutral" char(pair). Doesn't change the "state" of a subsequent /. ;; This is space/tab, braces, an auto-increment/decrement operator or an -;; escaped character. Or one of the (illegal) characters @ or `. But NOT an +;; escaped character. Or one of the (invalid) characters @ or `. But NOT an ;; end of line (even if escaped). (defconst c-awk-neutrals*-re (concat "\\(" c-awk-neutral-re "\\)*"))