aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-engine.el
diff options
context:
space:
mode:
authorAlan Mackenzie <[email protected]>2008-01-27 17:02:06 +0000
committerAlan Mackenzie <[email protected]>2008-01-27 17:02:06 +0000
commit5da46258169a4eaf77fc2eb51a826223257f8c30 (patch)
treead4db549ebaf718eef54d86e7184b4d7e110a5ac /lisp/progmodes/cc-engine.el
parentf6558e2d480575a5398a9df904c7dae69064f79f (diff)
Correct typos, enhance comments.
Diffstat (limited to 'lisp/progmodes/cc-engine.el')
-rw-r--r--lisp/progmodes/cc-engine.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 2a224d956d..929b000b83 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -5874,7 +5874,7 @@ comment at the start of cc-engine.el for more info."
(setq c-record-type-identifiers save-rec-type-ids
c-record-ref-identifiers save-rec-ref-ids)
nil))))
-
+
(defun c-forward-label (&optional assume-markup preceding-token-end limit)
;; Assuming that point is at the beginning of a token, check if it starts a
;; label and if so move over it and return non-nil (t in default situations,