# HG changeset patch # User Alan Mackenzie # Date 1201453326 0 # Node ID c87032622edac2069df23dbdc7fcde1b7be8183c # Parent 99c850a55c1ca6f61df296f19c2b2e348c03668b Correct typos, enhance comments. diff -r 99c850a55c1c -r c87032622eda lisp/progmodes/cc-engine.el --- a/lisp/progmodes/cc-engine.el Sun Jan 27 16:56:04 2008 +0000 +++ b/lisp/progmodes/cc-engine.el Sun Jan 27 17:02:06 2008 +0000 @@ -5874,7 +5874,7 @@ (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,