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

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

[elpa] externals/denote 4891672663 1/2: Require 'seq' to avoid potential


From: ELPA Syncer
Subject: [elpa] externals/denote 4891672663 1/2: Require 'seq' to avoid potential compilation errors
Date: Sun, 3 Jul 2022 09:57:29 -0400 (EDT)

branch: externals/denote
commit 4891672663278c2310fc14ebc786ec30e9798ce2
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Require 'seq' to avoid potential compilation errors
    
    This is mostly as a precaution.  Depending on the build of Emacs or the
    sequencing of package loading, 'seq' may not be available the moment we
    need it.
---
 denote.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/denote.el b/denote.el
index 8aea3fab50..62d1b529bf 100644
--- a/denote.el
+++ b/denote.el
@@ -94,6 +94,7 @@
 
 ;;; Code:
 
+(require 'seq)
 (eval-when-compile (require 'cl-lib))
 
 (defgroup denote ()



reply via email to

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