emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112577: * lisp/emacs-lisp/tabulated-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112577: * lisp/emacs-lisp/tabulated-list.el: Set a version number.
Date: Tue, 14 May 2013 00:35:21 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112577
fixes bug: http://debbugs.gnu.org/14137
author: Yann Hodique <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-05-14 00:35:21 -0700
message:
  * lisp/emacs-lisp/tabulated-list.el: Set a version number.
  * lisp/emacs-lisp/package.el: Explicitly depend on a tabulated-list version.
modified:
  lisp/emacs-lisp/package.el
  lisp/emacs-lisp/tabulated-list.el
=== modified file 'lisp/emacs-lisp/package.el'
--- a/lisp/emacs-lisp/package.el        2013-05-11 02:27:28 +0000
+++ b/lisp/emacs-lisp/package.el        2013-05-14 07:35:21 +0000
@@ -6,6 +6,7 @@
 ;; Created: 10 Mar 2007
 ;; Version: 1.0.1
 ;; Keywords: tools
+;; Package-Requires: ((tabulated-list "1.0"))
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/emacs-lisp/tabulated-list.el'
--- a/lisp/emacs-lisp/tabulated-list.el 2013-04-26 14:47:07 +0000
+++ b/lisp/emacs-lisp/tabulated-list.el 2013-05-14 07:35:21 +0000
@@ -4,6 +4,7 @@
 
 ;; Author: Chong Yidong <address@hidden>
 ;; Keywords: extensions, lisp
+;; Version: 1.0
 
 ;; This file is part of GNU Emacs.
 


reply via email to

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