branch: master
commit 45db1e9b638e826b82ef96e20660788fdefe2a1f
Author: Thomas Fitzsimmons <[email protected]>
Commit: Thomas Fitzsimmons <[email protected]>
url-http-ntlm: Add cl-lib to Package-Requires
* url-http-ntlm.el: Add cl-lib to Package-Requires.
---
packages/url-http-ntlm/url-http-ntlm.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/packages/url-http-ntlm/url-http-ntlm.el
b/packages/url-http-ntlm/url-http-ntlm.el
index 0ececf0..ae32054 100644
--- a/packages/url-http-ntlm/url-http-ntlm.el
+++ b/packages/url-http-ntlm/url-http-ntlm.el
@@ -6,7 +6,7 @@
;; Maintainer: Thomas Fitzsimmons <[email protected]>
;; Keywords: comm, data, processes, hypermedia
;; Homepage: https://code.google.com/p/url-http-ntlm/
-;; Package-Requires: ((ntlm "2.0.0"))
+;; Package-Requires: ((cl-lib "0.5") (ntlm "2.0.0"))
;; 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