aboutsummaryrefslogtreecommitdiff
path: root/helpful.el
diff options
context:
space:
mode:
authorJenChieh <jcs090218@gmail.com>2021-02-17 22:18:13 +0800
committerJenChieh <jcs090218@gmail.com>2021-02-17 22:18:13 +0800
commitd43011476d0c6bf560d55d197b0cf1ed4374e4e6 (patch)
tree97812a1acbe3fbd7f49293f02c791ecc8f150fe5 /helpful.el
parentafb2ccc0d71f233918b1ccd027af5023637654f4 (diff)
Remove dash-function as dependency:
Diffstat (limited to 'helpful.el')
-rw-r--r--helpful.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/helpful.el b/helpful.el
index 11d3a29..60a2561 100644
--- a/helpful.el
+++ b/helpful.el
@@ -6,7 +6,7 @@
;; URL: https://github.com/Wilfred/helpful
;; Keywords: help, lisp
;; Version: 0.19
-;; Package-Requires: ((emacs "25") (dash "2.12.0") (dash-functional "1.2.0") (s "1.11.0") (f "0.20.0") (elisp-refs "1.2"))
+;; Package-Requires: ((emacs "25") (dash "2.18.0") (s "1.11.0") (f "0.20.0") (elisp-refs "1.2"))
;; 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
@@ -46,7 +46,6 @@
(require 'help)
(require 'help-fns)
(require 'dash)
-(require 'dash-functional)
(require 's)
(require 'f)
(require 'find-func)