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

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

[elpa] externals/hyperbole c050a69 42/51: kotl/klink.el: (require 'kcell


From: Stefan Monnier
Subject: [elpa] externals/hyperbole c050a69 42/51: kotl/klink.el: (require 'kcell): Removed recursive require loop
Date: Sun, 12 Jul 2020 18:10:17 -0400 (EDT)

branch: externals/hyperbole
commit c050a69c67d54c535be84c94d2edff423e7d63cc
Author: Bob Weiner <Bob.Weiner@DuffandPhelps.com>
Commit: Bob Weiner <Bob.Weiner@DuffandPhelps.com>

    kotl/klink.el: (require 'kcell): Removed recursive require loop
---
 Changes       | 4 ++++
 kotl/klink.el | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index daa0f0f..49e347d 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+2020-03-11  Bob Weiner  <rsw@gnu.org>
+
+* kotl/klink.el (require 'kcell): Removed, caused recursive require loop.
+
 2020-03-10  Bob Weiner  <rsw@gnu.org>
 
 * hbut.el (ibut:label-set): Updated doc to explain that this sets the text of 
the implicit button
diff --git a/kotl/klink.el b/kotl/klink.el
index 85f8566..6338828 100644
--- a/kotl/klink.el
+++ b/kotl/klink.el
@@ -61,7 +61,6 @@
 ;;; ************************************************************************
 
 (require 'subr-x) ;; For string-trim
-(require 'kcell)
 (eval-when-compile (require 'hbut)) ;; For defib.
 
 ;;; ************************************************************************



reply via email to

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