projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4150b56
)
; python.el: Bump version to 25.1
author
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Fri, 21 Aug 2015 22:36:01 +0000
(19:36 -0300)
committer
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Fri, 21 Aug 2015 22:36:01 +0000
(19:36 -0300)
Also update author email and add Package-Require header to allow
installation from Emacs 24.x.
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index e6592fbd2c9d2867c79bd435f8daa0e716ac04cc..b5bfe6741b520164646e60f482cc82d0ec372304 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-2,9
+2,10
@@
;; Copyright (C) 2003-2015 Free Software Foundation, Inc.
-;; Author: Fabián E. Gallina <f
abian@anue.biz
>
+;; Author: Fabián E. Gallina <f
gallina@gnu.org
>
;; URL: https://github.com/fgallina/python.el
-;; Version: 0.24.5
+;; Version: 0.25.1
+;; Package-Requires: ((emacs "24.1") (cl-lib "1.0"))
;; Maintainer: emacs-devel@gnu.org
;; Created: Jul 2010
;; Keywords: languages