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

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

[elpa] master 0fb68d8 07/23: Use cl-lib correctly


From: Artur Malabarba
Subject: [elpa] master 0fb68d8 07/23: Use cl-lib correctly
Date: Wed, 30 Sep 2015 12:15:59 +0000

branch: master
commit 0fb68d88f3d6bd3654ecb7d2f8f33e60d2449ca0
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Use cl-lib correctly
---
 rich-minority.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/rich-minority.el b/rich-minority.el
index 44f9dfe..6669deb 100644
--- a/rich-minority.el
+++ b/rich-minority.el
@@ -57,6 +57,7 @@
 ;;   │ (require 'rich-minority)
 ;;   ╰────
 
+(require 'cl-lib)
 
 (defun rm-bug-report ()
   "Opens github issues page in a web browser. Please send any bugs you find.
@@ -232,7 +233,7 @@ These properties take priority over those defined in
   :global t
   (if rich-minority-mode
       (let ((place (or (member 'minor-mode-alist mode-line-modes)
-                       (member-if
+                       (cl-member-if
                         (lambda (x) (and (listp x)
                                     (equal (car x) :propertize)
                                     (equal (cadr x) '("" minor-mode-alist))))



reply via email to

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