emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ement 7f3756359b 2/2: Fix: (ement-room-list-avatars) Us


From: ELPA Syncer
Subject: [elpa] externals/ement 7f3756359b 2/2: Fix: (ement-room-list-avatars) Use display-images-p
Date: Thu, 8 Sep 2022 11:57:40 -0400 (EDT)

branch: externals/ement
commit 7f3756359b22a7037c78ee6a32169a31611ccb3f
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Fix: (ement-room-list-avatars) Use display-images-p
    
    This is more correct than checking display-graphic-p.
---
 README.org         | 1 +
 ement-room-list.el | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 6eac18211c..f94a7b32c3 100644
--- a/README.org
+++ b/README.org
@@ -264,6 +264,7 @@ However, note that ~matrix-client~ is a more mature client 
and is very reliable
 
 *Fixed*
 + Function ~ement-room-scroll-up-mark-read~ selects the correct room window.
++ Option ~ement-room-list-avatars~ defaults to what function 
~display-images-p~ returns.
 
 ** 0.1
 
diff --git a/ement-room-list.el b/ement-room-list.el
index 53ada7e7bb..7b33410e41 100644
--- a/ement-room-list.el
+++ b/ement-room-list.el
@@ -77,7 +77,7 @@ Set automatically when `ement-room-list-mode' is activated.")
   "Automatically update the room list buffer."
   :type 'boolean)
 
-(defcustom ement-room-list-avatars (display-graphic-p)
+(defcustom ement-room-list-avatars (display-images-p)
   "Show room avatars in the room list."
   :type 'boolean)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]