changeset 79943:c87032622eda

Correct typos, enhance comments.
author Alan Mackenzie <acm@muc.de>
date Sun, 27 Jan 2008 17:02:06 +0000
parents 99c850a55c1c
children d4d72629ba03
files lisp/progmodes/cc-engine.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,