]> git.eshelyaron.com Git - sweep.git/commitdiff
Refer to font-lock face directly instead of via variable
authorEshel Yaron <me@eshelyaron.com>
Thu, 22 Jun 2023 08:01:13 +0000 (11:01 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 22 Jun 2023 08:01:13 +0000 (11:01 +0300)
* sweeprolog.el (sweeprolog-predicate-modes-doc): Avoid using
deprecated "face variable".  Thanks to Stefan Monnier for suggesting
this improvement.

sweeprolog.el

index ff26ebf211d2c68aeb081980b1f79b62da554474..3593616ee82cc5f4f6da0dc174c831f6e4b92453 100644 (file)
@@ -4916,7 +4916,9 @@ accordingly."
   (when-let ((pi (sweeprolog-identifier-at-point))
              (docs (sweeprolog--query-once "sweep" "sweep_documentation"
                                            pi)))
-    (funcall cb (car docs) :thing pi :face font-lock-function-name-face)))
+    (funcall cb (car docs)
+             :thing pi
+             :face 'font-lock-function-name-face)))
 
 
 ;;;; Top-level Menu