From: Eshel Yaron Date: Mon, 12 Aug 2024 07:20:53 +0000 (+0200) Subject: Make 'font-lock-function-call-face' semi-light X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a588d5268d73b10ef8ceeca3e46743116cfc2d59;p=emacs.git Make 'font-lock-function-call-face' semi-light --- 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")