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

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

[elpa] master ac66dbd 10/23: Fix bug with rm-included-modes not working.


From: Artur Malabarba
Subject: [elpa] master ac66dbd 10/23: Fix bug with rm-included-modes not working.
Date: Wed, 30 Sep 2015 12:16:00 +0000

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

    Fix bug with rm-included-modes not working.
    
    Fixes #3
---
 rich-minority.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rich-minority.el b/rich-minority.el
index dff50bc..256d1f7 100644
--- a/rich-minority.el
+++ b/rich-minority.el
@@ -5,7 +5,7 @@
 ;; Author: Artur Malabarba <address@hidden>
 ;; URL: http://github.com/Bruce-Connor/rich-minority
 ;; Package-Requires: ((cl-lib "0.5"))
-;; Version: 0.1
+;; Version: 0.1.1
 ;; Keywords: mode-line faces
 ;; Prefix: rm
 ;; Separator: -
@@ -201,7 +201,7 @@ These properties take priority over those defined in
                               x))
                      out))))
     (when rm-included-modes
-      (setq pred (if (listp rmm-included-modes) #'member #'rm--string-match))
+      (setq pred (if (listp rm-included-modes) #'member #'rm--string-match))
       (setq out
             (remove nil
                     (mapcar



reply via email to

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