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

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

[elpa] externals/lentic 72542b681a 273/333: Correctly require s in cask


From: ELPA Syncer
Subject: [elpa] externals/lentic 72542b681a 273/333: Correctly require s in cask and lentic-doc.
Date: Tue, 27 Feb 2024 13:00:43 -0500 (EST)

branch: externals/lentic
commit 72542b681a4febf587c89948bbcc591402a7253d
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Correctly require s in cask and lentic-doc.
    
    Previously s.el was neither required in lentic-doc nor stated as a
    dependency. It appears to have been pulled in by commander as a test
    dependency which is why the problem was not picked up.
    
    Closes #34
---
 lentic-doc.el | 1 +
 lentic.el     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lentic-doc.el b/lentic-doc.el
index b6abd7c630..444572d73a 100644
--- a/lentic-doc.el
+++ b/lentic-doc.el
@@ -34,6 +34,7 @@
 (require 'lentic)
 (require 'lentic-org)
 (require 'f)
+(require 's)
 ;; #+end_src
 
 ;; ** Orgify Package
diff --git a/lentic.el b/lentic.el
index 7de655800e..9ee84629ed 100644
--- a/lentic.el
+++ b/lentic.el
@@ -7,7 +7,7 @@
 ;; Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
 ;; Maintainer: Phillip Lord <phillip.lord@newcastle.ac.uk>
 ;; Version: 0.10
-;; Package-Requires: ((emacs "24.4")(m-buffer "0.13")(dash "2.5.0")(f 
"0.17.2"))
+;; Package-Requires: ((emacs "24.4")(m-buffer "0.13")(dash "2.5.0")(f 
"0.17.2")(s "1.9.0"))
 
 ;; The contents of this file are subject to the GPL License, Version 3.0.
 



reply via email to

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