branch: externals/ement
commit 83d4e12c88045a69985dc779210dc613ce57d8c1
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

    Fix: (ement-directory-define-column "Name") Faces
---
 README.org         | 1 +
 ement-directory.el | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 1aee8d7521..95e52ae378 100644
--- a/README.org
+++ b/README.org
@@ -291,6 +291,7 @@ Note that, while ~matrix-client~ remains usable, and 
probably will for some time
 
 *Fixes*
 + Autoload ~ement-directory~ commands.
++ Faces in ~ement-directory~ listings.
 
 ** 0.5
 
diff --git a/ement-directory.el b/ement-directory.el
index 51af2244a6..1180793880 100644
--- a/ement-directory.el
+++ b/ement-directory.el
@@ -118,8 +118,8 @@
 (ement-directory-define-column "Name" (:max-width 25)
   (pcase-let* (((map name ('room_type type)) item)
                (face (pcase type
-                       ("m.space" 'ement-tabulated-room-list-space)
-                       (_ 'ement-tabulated-room-list-name))))
+                       ("m.space" 'ement-room-list-space)
+                       (_ 'ement-room-list-name))))
     (propertize (or name "[unnamed]")
                 'face face)))
 

Reply via email to