branch: elpa/fj
commit 49a5f1569fc7f1dd9eecd006762406fa90f4867b
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    fix a face ref
---
 fj.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fj.el b/fj.el
index 2e72383ed8..9ef62e8f88 100644
--- a/fj.el
+++ b/fj.el
@@ -3782,7 +3782,7 @@ NO-OWNER means don't display owner column (user repos 
view)."
            face default
            item repo)
           (,(string-replace "
\n" " " .description)
-           face 'fj-comment-face
+           face fj-comment-face
            item repo)])))))
 
 (defun fj-repo-search (query &optional topic id mode exclusive

Reply via email to