* lisp/emacs-lisp/tabulated-list.el: Set a version number.

* lisp/emacs-lisp/package.el: Explicitly depend on a tabulated-list version.

Fixes: debbugs:14137
This commit is contained in:
Yann Hodique 2013-05-14 00:35:21 -07:00 committed by Glenn Morris
parent 4d25fd7e52
commit 469bfed936
2 changed files with 2 additions and 0 deletions

View 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.

View file

@ -4,6 +4,7 @@
;; Author: Chong Yidong <cyd@stupidchicken.com>
;; Keywords: extensions, lisp
;; Version: 1.0
;; This file is part of GNU Emacs.