]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct typos, enhance comments.
authorAlan Mackenzie <acm@muc.de>
Sun, 27 Jan 2008 17:02:06 +0000 (17:02 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 27 Jan 2008 17:02:06 +0000 (17:02 +0000)
lisp/progmodes/cc-engine.el

index 2a224d956d193907854404bb40b20c80f549d877..929b000b83f758cf9be4cd022d5dd8d910417951 100644 (file)
@@ -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))))
-\f
+
 (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,