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

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

[elpa] master 9add655 1/2: Small fixes


From: Artur Malabarba
Subject: [elpa] master 9add655 1/2: Small fixes
Date: Wed, 30 Sep 2015 12:20:23 +0000

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

    Small fixes
---
 rich-minority.el |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/rich-minority.el b/rich-minority.el
index 94e6c64..b37057d 100644
--- a/rich-minority.el
+++ b/rich-minority.el
@@ -1,9 +1,9 @@
 ;;; rich-minority.el --- Clean-up and Beautify the list of minor-modes.
 
-;; Copyright (C) 2014  <address@hidden>
+;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
 
-;; Author: Artur Malabarba <address@hidden>
-;; URL: http://github.com/Bruce-Connor/rich-minority
+;; Author: Artur Malabarba <address@hidden>
+;; URL: http://github.com/Malabarba/rich-minority
 ;; Package-Requires: ((cl-lib "0.5"))
 ;; Version: 1.0
 ;; Keywords: mode-line faces
@@ -81,10 +81,12 @@
 ;;; Code:
 (require 'cl-lib)
 
+(declare-function lm-version "lisp-mnt")
 (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)
+  (require 'lisp-mnt)
   (message "Your rm-version is: %s, and your emacs version is: %s.\nPlease 
include this in your report!"
            (lm-version "rich-minority.el") emacs-version)
   (browse-url "https://github.com/Bruce-Connor/rich-minority/issues/new";))



reply via email to

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