]> git.eshelyaron.com Git - emacs.git/commitdiff
Make sure font-lock-match-c++-style-declaration-item-and-skip-to-next only skips...
authorSimon Marshall <simon@gnu.org>
Sat, 13 Jul 1996 11:12:25 +0000 (11:12 +0000)
committerSimon Marshall <simon@gnu.org>
Sat, 13 Jul 1996 11:12:25 +0000 (11:12 +0000)
lisp/font-lock.el

index 2e840bfc7d10bc16a352258f7193d84c192c32bb..ac9978c17181ae3a5b2ca16fc34e21e929d8d720 100644 (file)
@@ -1568,9 +1568,9 @@ the face is also set; its value is the face name."
              (narrow-to-region (point-min) limit)
              (goto-char (match-end 1))
              ;; Move over any item value, etc., to the next item.
-             (while (not (looking-at "[ \t]*\\(,\\|$\\)"))
+             (while (not (looking-at "[ \t]*\\(\\(,\\)\\|;\\|$\\)"))
                (goto-char (or (scan-sexps (point) 1) (point-max))))
-             (goto-char (match-end 0)))
+             (goto-char (match-end 2)))
          (error t)))))
 
 (let ((c-keywords