From a588d5268d73b10ef8ceeca3e46743116cfc2d59 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 12 Aug 2024 09:20:53 +0200 Subject: [PATCH] Make 'font-lock-function-call-face' semi-light --- lisp/font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 7b077a826bf..b8a4d97cc6a 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2027,7 +2027,7 @@ as the constructs of Haddock, Javadoc and similar systems." :group 'font-lock-faces) (defface font-lock-function-call-face - '((t :inherit font-lock-function-name-face)) + '((t :inherit font-lock-function-name-face :weight semi-light)) "Font Lock mode face used to highlight function calls." :group 'font-lock-faces :version "29.1") -- 2.39.2