branch: externals/ivy commit 1410fc261fbe57165a6a58ae542686f46597ca26 Author: Basil L. Contovounesios <ba...@contovou.net> Commit: Basil L. Contovounesios <ba...@contovou.net>
Use font-lock face in place of obsolete variable * counsel.el (counsel--minor-candidates): Replace variable font-lock-string-face, obsolete since Emacs 31, with corresponding face. --- counsel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el index 1698346542..a14345c5cd 100644 --- a/counsel.el +++ b/counsel.el @@ -6869,7 +6869,7 @@ and minor mode symbol." (format " \"%s\"" (format-mode-line (cons t lighter))) "") - 'face font-lock-string-face)) + 'face 'font-lock-string-face)) mode)))) minor-mode-list)))