From e2344a770ea55fbbe40800797dad002922a097b9 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 6 Jul 2019 12:16:24 -0400 Subject: * 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 --- lisp/progmodes/ada-mode.el | 1 + lisp/svg.el | 1 + 2 files changed, 2 insertions(+) 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 ;; Maintainer: Stephen Leake ;; 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 ;; Keywords: image +;; Version: 0.5 ;; This file is part of GNU Emacs. -- cgit v1.2.1