diff options
| author | Yann Hodique | 2013-05-14 00:35:21 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-05-14 00:35:21 -0700 |
| commit | 469bfed936a2477c49c24325734a9e8af926bc9f (patch) | |
| tree | 6482ace7b31981b44f2309a004022389e9d67750 | |
| parent | 4d25fd7e52b254e3ca57bbacf73217caa450c75d (diff) | |
| download | emacs-469bfed936a2477c49c24325734a9e8af926bc9f.tar.gz 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
| -rw-r--r-- | lisp/emacs-lisp/package.el | 1 | ||||
| -rw-r--r-- | lisp/emacs-lisp/tabulated-list.el | 1 |
2 files changed, 2 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 @@ | |||
| 6 | ;; Created: 10 Mar 2007 | 6 | ;; Created: 10 Mar 2007 |
| 7 | ;; Version: 1.0.1 | 7 | ;; Version: 1.0.1 |
| 8 | ;; Keywords: tools | 8 | ;; Keywords: tools |
| 9 | ;; Package-Requires: ((tabulated-list "1.0")) | ||
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 11 | 12 | ||
diff --git a/lisp/emacs-lisp/tabulated-list.el b/lisp/emacs-lisp/tabulated-list.el index 6dba423010f..5660ac8c4cc 100644 --- a/lisp/emacs-lisp/tabulated-list.el +++ b/lisp/emacs-lisp/tabulated-list.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> | 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> |
| 6 | ;; Keywords: extensions, lisp | 6 | ;; Keywords: extensions, lisp |
| 7 | ;; Version: 1.0 | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||