From 469bfed936a2477c49c24325734a9e8af926bc9f Mon Sep 17 00:00:00 2001 From: Yann Hodique Date: Tue, 14 May 2013 00:35:21 -0700 Subject: [PATCH] * 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 --- lisp/emacs-lisp/package.el | 1 + lisp/emacs-lisp/tabulated-list.el | 1 + 2 files changed, 2 insertions(+) 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. 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 @@ ;; Author: Chong Yidong ;; Keywords: extensions, lisp +;; Version: 1.0 ;; This file is part of GNU Emacs. -- 2.39.2