From 9add6554f8e9e3108bdc470e9960ca2b5db7e58b Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 30 Sep 2015 13:17:44 +0100 Subject: [PATCH] Small fixes --- rich-minority.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rich-minority.el b/rich-minority.el index 94e6c64be..b37057d97 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 +;; Copyright (C) 2014, 2015 Free Software Foundation, Inc. -;; Author: Artur Malabarba -;; URL: http://github.com/Bruce-Connor/rich-minority +;; Author: Artur Malabarba +;; 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")) -- 2.39.2