diff options
author | Yann Hodique <yann.hodique@gmail.com> | 2013-05-14 00:35:21 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-05-14 00:35:21 -0700 |
commit | 469bfed936a2477c49c24325734a9e8af926bc9f (patch) | |
tree | 6482ace7b31981b44f2309a004022389e9d67750 /lisp/emacs-lisp/package.el | |
parent | 4d25fd7e52b254e3ca57bbacf73217caa450c75d (diff) | |
download | emacs-469bfed936a2477c49c24325734a9e8af926bc9f.tar.gz emacs-469bfed936a2477c49c24325734a9e8af926bc9f.tar.bz2 emacs-469bfed936a2477c49c24325734a9e8af926bc9f.zip |
* 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
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 199fdc8cfcb..41b635bbe30 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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. |