diff options
| author | Stefan Monnier | 2019-07-06 12:16:24 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-07-06 12:16:24 -0400 |
| commit | e2344a770ea55fbbe40800797dad002922a097b9 (patch) | |
| tree | afef3cf9c7ac3a5544c5c5a0e904e597f72baedd | |
| parent | ff738ab8b8e5588f568145ed5715b859c48219b8 (diff) | |
| download | emacs-e2344a770ea55fbbe40800797dad002922a097b9.tar.gz emacs-e2344a770ea55fbbe40800797dad002922a097b9.zip | |
* 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.el | 1 | ||||
| -rw-r--r-- | lisp/svg.el | 1 |
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 @@ | |||
| 7 | ;; Emmanuel Briot <briot@gnat.com> | 7 | ;; Emmanuel Briot <briot@gnat.com> |
| 8 | ;; Maintainer: Stephen Leake <stephen_leake@member.fsf.org> | 8 | ;; Maintainer: Stephen Leake <stephen_leake@member.fsf.org> |
| 9 | ;; Keywords: languages ada | 9 | ;; Keywords: languages ada |
| 10 | ;; Version: 4.0 | ||
| 10 | 11 | ||
| 11 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 12 | 13 | ||
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 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: image | 6 | ;; Keywords: image |
| 7 | ;; Version: 0.5 | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||