aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-awk.el
diff options
context:
space:
mode:
authorAlan Mackenzie <[email protected]>2007-01-01 22:11:28 +0000
committerAlan Mackenzie <[email protected]>2007-01-01 22:11:28 +0000
commit51c9af45fee2a756cacbbcdb0628db558ca342e5 (patch)
tree5fefce5428785a69a53b15dd8f904cb7af2c473c /lisp/progmodes/cc-awk.el
parentd8a4fc444aae4582e22a2bd674d58c230a516b10 (diff)
Update CC Mode to version 5.31.4. The detailed changes are those
recorded in the ChangeLog for 2007-01-01.
Diffstat (limited to 'lisp/progmodes/cc-awk.el')
-rw-r--r--lisp/progmodes/cc-awk.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el
index e2fcbd8d06..bc74587363 100644
--- a/lisp/progmodes/cc-awk.el
+++ b/lisp/progmodes/cc-awk.el
@@ -720,7 +720,7 @@
(not (search-forward-regexp c-awk-regexp-sign-re (1+ /point) t))
(search-forward-regexp c-awk-div-sign-re (1+ /point) t))
;; A division sign.
- (progn (goto-char (1+ /point)) nil)
+ (progn (goto-char (1+ /point)) nil)
;; A regexp opener
;; Jump over the regexp innards, setting the match data.
(goto-char /point)