From 87c2f09c1909885a0ca107de0591cd9f8cd31182 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Fri, 19 Feb 2021 15:43:24 +0000 Subject: [PATCH] Replace deprecated dash-functional dependency Dash 2.18.0 now subsumes dash-functional. --- nnhackernews.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nnhackernews.el b/nnhackernews.el index 13a9f48..729e53c 100644 --- a/nnhackernews.el +++ b/nnhackernews.el @@ -6,7 +6,7 @@ ;; Version: 0.1.0 ;; Keywords: news ;; URL: https://github.com/dickmao/nnhackernews -;; Package-Requires: ((emacs "25.2") (request "20190819") (dash "20190401") (dash-functional "20180107") (anaphora "20180618")) +;; Package-Requires: ((emacs "25.2") (request "20190819") (dash "2.18.0") (anaphora "20180618")) ;; This file is NOT part of GNU Emacs. @@ -50,7 +50,6 @@ (require 'subr-x) (require 'request) (require 'dash) -(require 'dash-functional) (require 'anaphora) (require 'url-http) -- 2.34.1