emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 e2344a7: * lisp/svg.el, lisp/progmodes/ada-mode.e


From: Stefan Monnier
Subject: [Emacs-diffs] emacs-26 e2344a7: * lisp/svg.el, lisp/progmodes/ada-mode.el: Fix bug#36360.
Date: Sat, 6 Jul 2019 12:16:30 -0400 (EDT)

branch: emacs-26
commit e2344a770ea55fbbe40800797dad002922a097b9
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * 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 eb7efc3..c9aba0a 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -7,6 +7,7 @@
 ;;      Emmanuel Briot  <address@hidden>
 ;; Maintainer: Stephen Leake <address@hidden>
 ;; Keywords: languages ada
+;; Version: 4.0
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/svg.el b/lisp/svg.el
index 0399c42..1f71729 100644
--- a/lisp/svg.el
+++ b/lisp/svg.el
@@ -4,6 +4,7 @@
 
 ;; Author: Lars Magne Ingebrigtsen <address@hidden>
 ;; Keywords: image
+;; Version: 0.5
 
 ;; This file is part of GNU Emacs.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]