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

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

[elpa] externals/hyperbole 0478f24 1/4: Break recursive dependency betwe


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 0478f24 1/4: Break recursive dependency between hpath and hact (#70)
Date: Tue, 20 Apr 2021 00:57:07 -0400 (EDT)

branch: externals/hyperbole
commit 0478f248cfdad758b597a627e9a3fc9f76695da5
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Break recursive dependency between hpath and hact (#70)
---
 Changes  | 5 +++++
 hact.el  | 2 +-
 hpath.el | 1 +
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index f45045c..2fb4adf 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+2021-04-19  Mats Lidell  <matsl@gnu.org>
+
+* hpath.el (hact): Add dependency on hact
+* hact.el (mapc): Remove dependency on hpath
+
 2021-04-18  Mats Lidell  <matsl@gnu.org>
 
 * test/hibtypes-tests.el (ibtypes::pathname-with-dash-loads-file-test):
diff --git a/hact.el b/hact.el
index b4841ea..3fe9211 100644
--- a/hact.el
+++ b/hact.el
@@ -16,7 +16,7 @@
 ;;; Other required Elisp libraries
 ;;; ************************************************************************
 
-(eval-and-compile (mapc #'require '(hhist hpath set)))
+(eval-and-compile (mapc #'require '(hhist set)))
 
 ;;; ************************************************************************
 ;;; Public variables
diff --git a/hpath.el b/hpath.el
index 8d8c07e..9aa4f82 100644
--- a/hpath.el
+++ b/hpath.el
@@ -16,6 +16,7 @@
 ;;; Other required Elisp libraries
 ;;; ************************************************************************
 
+(require 'hact)
 (require 'subr-x) ;; For string-trim
 (require 'hversion) ;; for (hyperb:window-system) definition
 (require 'hui-select) ;; for `hui-select-markup-modes'



reply via email to

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