aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2020-05-27 10:58:56 -0400
committerYoni Rabkin <yoni@rabkins.net>2020-05-27 10:58:56 -0400
commit27bf18f4f138503f67151c2ad31d07cee3dccbb8 (patch)
tree9103319759b7a6b7f16bd28901c280a14c07187b
parent64b9ee9c86067118b2d0055f467e60bc211aa59d (diff)
* lisp/emms.el: add elpa appropriate headers
-rw-r--r--doc/developer-release.txt2
-rw-r--r--lisp/emms.el8
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/developer-release.txt b/doc/developer-release.txt
index 92be553..485b5fa 100644
--- a/doc/developer-release.txt
+++ b/doc/developer-release.txt
@@ -1,7 +1,7 @@
This file tries to list the things people have to do before they do a
release.
-* Increase the version number in emms.el and Makefile
+* Increase the version number in emms.el (both variable and elpa header) and Makefile
* Update NEWS
diff --git a/lisp/emms.el b/lisp/emms.el
index 5a220b4..20bb580 100644
--- a/lisp/emms.el
+++ b/lisp/emms.el
@@ -3,10 +3,12 @@
;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008,
;; 2009, 2018 Free Software Foundation, Inc.
-;; Author: Jorgen Schäfer <forcer@forcix.cx>
-;; Keywords: emms, mp3, mpeg, multimedia
+;; Author: Jorgen Schäfer <forcer@forcix.cx>, the Emms developers (see AUTHORS file)
+;; Maintainer: Yoni Rabkin <yrk@gnu.org>
+;; Version: 5.4
+;; Keywords: emms, mp3, ogg, flac, music, mpeg, video, multimedia
;; Package-Requires: ((cl-lib "0.5"))
-;; Homepage: http://www.gnu.org/software/emms/
+;; url: https://www.gnu.org/software/emms/
;; This file is part of EMMS.