summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2019-07-06 12:16:24 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2019-07-06 12:16:24 -0400
commite2344a770ea55fbbe40800797dad002922a097b9 (patch)
treeafef3cf9c7ac3a5544c5c5a0e904e597f72baedd
parentff738ab8b8e5588f568145ed5715b859c48219b8 (diff)
downloademacs-e2344a770ea55fbbe40800797dad002922a097b9.tar.gz
* lisp/svg.el, lisp/progmodes/ada-mode.el: Fix bug#36360.
Tell package.el their version number, for better behavior w.r.t the versions available in GNU ELPA
-rw-r--r--lisp/progmodes/ada-mode.el1
-rw-r--r--lisp/svg.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index eb7efc3cf04..c9aba0a50d1 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -7,6 +7,7 @@
;; Emmanuel Briot <briot@gnat.com>
;; Maintainer: Stephen Leake <stephen_leake@member.fsf.org>
;; Keywords: languages ada
+;; Version: 4.0
;; This file is part of GNU Emacs.
diff --git a/lisp/svg.el b/lisp/svg.el
index 0399c424c85..1f717293358 100644
--- a/lisp/svg.el
+++ b/lisp/svg.el
@@ -4,6 +4,7 @@
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; Keywords: image
+;; Version: 0.5
;; This file is part of GNU Emacs.