Parcourir la source

Add memoize dependency to package header

Ryan C. Thompson il y a 7 ans
Parent
commit
32c200b77b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ido-completing-read+.el

+ 1 - 1
ido-completing-read+.el

@@ -6,7 +6,7 @@
 ;; Author: Ryan Thompson
 ;; Created: Sat Apr  4 13:41:20 2015 (-0700)
 ;; Version: 4.4
-;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (s "0.1"))
+;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (s "0.1") (memoize "1.1"))
 ;; URL: https://github.com/DarwinAwardWinner/ido-completing-read-plus
 ;; Keywords: ido, completion, convenience