# HG changeset patch # User Stefan Monnier # Date 992461931 0 # Node ID 50a5496b5f2c6f1af29cd74a6a91317bfeb0a385 # Parent a5aad5623acc3683bbb4699c74cfcde480e44e81 (diff-font-lock-keywords): Fix unanchored regexp. diff -r a5aad5623acc -r 50a5496b5f2c lisp/diff-mode.el --- a/lisp/diff-mode.el Wed Jun 13 15:30:35 2001 +0000 +++ b/lisp/diff-mode.el Wed Jun 13 19:52:11 2001 +0000 @@ -260,7 +260,7 @@ (1 diff-hunk-header-face) (2 diff-function-face)) ("^--- .+ ----$" . diff-hunk-header-face) ;context - ("\\(\\*\\{15\\}\\)\\(.*\\)$" ;context + ("^\\(\\*\\{15\\}\\)\\(.*\\)$" ;context (1 diff-hunk-header-face) (2 diff-function-face)) ("^\\*\\*\\* .+ \\*\\*\\*\\*". diff-hunk-header-face) ;context