From: Stefan Monnier Date: Sat, 6 Jul 2019 16:16:24 +0000 (-0400) Subject: * lisp/svg.el, lisp/progmodes/ada-mode.el: Fix bug#36360. X-Git-Tag: emacs-26.3~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2344a7;p=emacs.git * 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 --- 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.