summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2015-06-18 08:18:55 +0200
committerAndreas Politz <politza@hochschule-trier.de>2015-06-18 08:19:10 +0200
commit2db2f07a35a49cab8c1625cde293ae80bf1397c1 (patch)
tree677ff4b877833a9f6cccc59c990f10b527c5b959
parentc2c01a946d6d170e4cedce331f87b5d4e3b42eef (diff)
Add let-alist as package dependency
* Makefile (PKGFILE_CONTENT): * lisp/pdf-tools.el:
-rw-r--r--Makefile2
-rw-r--r--lisp/pdf-tools.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0d740f3..04210df 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ EFLAGS = -Q -L $(PWD)/lisp --batch
PACKAGE_VERSION = 0.70
PKGFILE_CONTENT = (define-package "pdf-tools" "$(PACKAGE_VERSION)" \
"Support library for PDF documents." \
- (quote ((emacs "24.3"))) \
+ (quote ((emacs "24.3") (let-alist "1.0.1"))) \
:keywords \
(quote ("files" "multimedia")))
diff --git a/lisp/pdf-tools.el b/lisp/pdf-tools.el
index 2c58d29..12ce59b 100644
--- a/lisp/pdf-tools.el
+++ b/lisp/pdf-tools.el
@@ -6,7 +6,7 @@
;; Keywords: files, multimedia
;; Package: pdf-tools
;; Version: 0.70
-;; Package-Requires: ((emacs "24.3") (tablist "0.70") (let-alist))
+;; Package-Requires: ((emacs "24.3") (tablist "0.70") (let-alist "1.0.4"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by