* 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 199fdc8..41b635b 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 6dba423..5660ac8 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.