• Juri Linkov's avatar
    * lisp/replace.el (list-matching-lines-prefix-face): New defcustom. · ddfa3cb4
    Juri Linkov authored
    (occur-1): Pass `list-matching-lines-prefix-face' to the function
    `occur-engine' if `face-differs-from-default-p' returns t.
    (occur-engine): Add `,' inside backquote construct to evaluate
    `prefix-face'.  Propertize the prefix with the `prefix-face' face.
    Pass `prefix-face' to the functions `occur-context-lines' and
    `occur-engine-add-prefix'.
    (occur-engine-add-prefix, occur-context-lines): Add optional arg
    `prefix-face' and propertize the prefix with `prefix-face'.
    
    Fixes: debbugs:14017
    ddfa3cb4
replace.el 85.4 KB