]> code.delx.au - gnu-emacs/blobdiff - lisp/font-lock.el
Merged from miles@gnu.org--gnu-2005 (patch 74-79, 332-349)
[gnu-emacs] / lisp / font-lock.el
index abbc40f3a35c969077fd159d9d5eaec823d6d701..10b4d67aabe025df78a7ce0cde76f95a4dcaa655 100644 (file)
@@ -1351,7 +1351,7 @@ START should be at the beginning of a line."
                                    comment-start-skip))
                    (put-text-property beg (match-end 0) 'face
                                       font-lock-comment-delimiter-face)))
-             (if (looking-back comment-end-regexp (point-at-bol))
+             (if (looking-back comment-end-regexp (point-at-bol) t)
                  (put-text-property (match-beginning 0) (point) 'face
                                     font-lock-comment-delimiter-face))))
          (< (point) end))