branch: externals/undo-tree
commit 25709c426ddcbc48f98c9668b62f1e357d48c45a
Author: Toby S. Cubitt <toby-undo-t...@dr-qubit.org>
Commit: Toby S. Cubitt <toby-undo-t...@dr-qubit.org>

    Add missing Package-Requires header for queue dependency.
---
 undo-tree.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/undo-tree.el b/undo-tree.el
index 37deb15f9d..82ae5f7023 100644
--- a/undo-tree.el
+++ b/undo-tree.el
@@ -6,6 +6,7 @@
 ;; Maintainer: Toby Cubitt <toby-undo-t...@dr-qubit.org>
 ;; Version: 0.8
 ;; Keywords: convenience, files, undo, redo, history, tree
+;; Package-Requires: ((queue "0.2"))
 ;; URL: http://www.dr-qubit.org/emacs.php
 ;; Repository: http://www.dr-qubit.org/git/undo-tree.git
 

Reply via email to