emacs-diffs
[Top][All Lists]
Advanced

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

master 256fac4886 2/2: * lisp/edmacro.el: Add missing (require 'seq).


From: Sean Whitton
Subject: master 256fac4886 2/2: * lisp/edmacro.el: Add missing (require 'seq).
Date: Mon, 20 Jun 2022 20:43:58 -0400 (EDT)

branch: master
commit 256fac4886579ec164a1baf84f6059687296b1dd
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>

    * lisp/edmacro.el: Add missing (require 'seq).
---
 lisp/edmacro.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/edmacro.el b/lisp/edmacro.el
index debd76c43a..c681f90141 100644
--- a/lisp/edmacro.el
+++ b/lisp/edmacro.el
@@ -62,6 +62,7 @@
 ;;; Code:
 
 (require 'cl-lib)
+(require 'seq)
 (require 'kmacro)
 
 ;;; The user-level commands for editing macros.



reply via email to

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