emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pacmacs ee83af998d 467/472: Replace deprecated dash-functi


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs ee83af998d 467/472: Replace deprecated dash-functional dependency
Date: Thu, 6 Jan 2022 21:59:49 -0500 (EST)

branch: elpa/pacmacs
commit ee83af998d586ccf0ae93e86a1d8e4646869eb00
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Replace deprecated dash-functional dependency
    
    Dash 2.18.0 now subsumes dash-functional.
---
 pacmacs-board.el | 1 -
 pacmacs-score.el | 1 -
 pacmacs.el       | 2 +-
 tools/compile.el | 1 -
 4 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/pacmacs-board.el b/pacmacs-board.el
index 4d154aa570..cf68444adc 100644
--- a/pacmacs-board.el
+++ b/pacmacs-board.el
@@ -33,7 +33,6 @@
 ;;; Code:
 
 (require 'dash)
-(require 'dash-functional)
 (require 'pacmacs-utils)
 
 (defun pacmacs--make-board (width height)
diff --git a/pacmacs-score.el b/pacmacs-score.el
index 8749a39e44..e7466af6bb 100644
--- a/pacmacs-score.el
+++ b/pacmacs-score.el
@@ -34,7 +34,6 @@
 
 (require 'f)
 (require 'dash)
-(require 'dash-functional)
 
 (defconst pacmacs--max-score-nick-size 8)
 (defconst pacmacs--max-score-table-size 10)
diff --git a/pacmacs.el b/pacmacs.el
index 0fc8e6d1b4..92111be0ec 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Alexey Kutepov <reximkut@gmail.com>
 ;; URL: http://github.com/codingteam/pacmacs.el
 ;; Version: 0.0.1
-;; Package-Requires: ((emacs "24.4") (dash "2.11.0") (dash-functional "1.2.0") 
(cl-lib "0.5") (f "0.18.0"))
+;; Package-Requires: ((emacs "24.4") (dash "2.18.0") (cl-lib "0.5") (f 
"0.18.0"))
 
 ;; Permission is hereby granted, free of charge, to any person
 ;; obtaining a copy of this software and associated documentation
diff --git a/tools/compile.el b/tools/compile.el
index 66e72e6271..1e942f78fa 100755
--- a/tools/compile.el
+++ b/tools/compile.el
@@ -2,7 +2,6 @@
 
 (let ((bundle (cask-initialize default-directory)))
   (require 'dash)
-  (require 'dash-functional)
   (require 'f)
   (require 'bytecomp)
   (let* ((byte-compile-error-on-warn t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]