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

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

[elpa] master 0831780 21/23: Version 1.0


From: Artur Malabarba
Subject: [elpa] master 0831780 21/23: Version 1.0
Date: Wed, 30 Sep 2015 12:16:04 +0000

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

    Version 1.0
---
 rich-minority.el |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/rich-minority.el b/rich-minority.el
index 70224cc..94e6c64 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.2
+;; Version: 1.0
 ;; Keywords: mode-line faces
 ;; Prefix: rm
 ;; Separator: -
@@ -81,14 +81,12 @@
 ;;; Code:
 (require 'cl-lib)
 
-(defconst rich-minority-version "0.2")
-
 (defun rm-bug-report ()
   "Opens github issues page in a web browser. Please send any bugs you find.
 Please include your Emacs and rich-minority versions."
   (interactive)
   (message "Your rm-version is: %s, and your emacs version is: %s.\nPlease 
include this in your report!"
-           rich-minority-version emacs-version)
+           (lm-version "rich-minority.el") emacs-version)
   (browse-url "https://github.com/Bruce-Connor/rich-minority/issues/new";))
 (defun rm-customize ()
   "Open the customization menu in the `rich-minority' group."



reply via email to

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