]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/tabulated-list.el: Set a version number.
authorYann Hodique <yann.hodique@gmail.com>
Tue, 14 May 2013 07:35:21 +0000 (00:35 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 14 May 2013 07:35:21 +0000 (00:35 -0700)
* lisp/emacs-lisp/package.el: Explicitly depend on a tabulated-list version.

Fixes: debbugs:14137
lisp/emacs-lisp/package.el
lisp/emacs-lisp/tabulated-list.el

index 199fdc8cfcb16dbc617d3262b7d3e08da208cedc..41b635bbe30afaac2f3afbd5a4eb9dcde0f0df89 100644 (file)
@@ -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.
 
index 6dba423010ffbda790090cd8c4f93ed9809070e4..5660ac8c4cc57e13ffcb48ff2445c2c6daa90994 100644 (file)
@@ -4,6 +4,7 @@
 
 ;; Author: Chong Yidong <cyd@stupidchicken.com>
 ;; Keywords: extensions, lisp
+;; Version: 1.0
 
 ;; This file is part of GNU Emacs.