branch: externals/inspector
commit 9abd8f6890c953aa50c5dd43e5902d3ee0ac6283
Author: Mariano Montone <marianomont...@gmail.com>
Commit: Mariano Montone <marianomont...@gmail.com>

    Fix
---
 inspector.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inspector.el b/inspector.el
index d0ff543821..98bf1d9c00 100644
--- a/inspector.el
+++ b/inspector.el
@@ -208,7 +208,7 @@ Otherwise, button label is the printed representation of 
OBJECT."
                 :type 'inspector-button
                 'face (if inspector-use-font-lock-faces
                           (inspector--face-for-object object)
-                        inspector-button-face)
+                        'inspector-button-face)
                  'action (lambda (_btn)
                            (inspector-inspect object t))
                  'follow-link t))

Reply via email to