]> git.eshelyaron.com Git - emacs.git/commitdiff
Make 'font-lock-function-call-face' semi-light
authorEshel Yaron <me@eshelyaron.com>
Mon, 12 Aug 2024 07:20:53 +0000 (09:20 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 12 Aug 2024 13:21:22 +0000 (15:21 +0200)
lisp/font-lock.el

index 7b077a826bfd850edbb4b7212a28947e8fce0c1f..b8a4d97cc6a20604a0465dc6a6d785917e5f5a0e 100644 (file)
@@ -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")