projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e6996
)
* lisp/edmacro.el: Add missing (require 'seq).
author
Sean Whitton
<spwhitton@spwhitton.name>
Tue, 21 Jun 2022 00:43:27 +0000
(17:43 -0700)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Tue, 21 Jun 2022 00:43:27 +0000
(17:43 -0700)
lisp/edmacro.el
patch
|
blob
|
history
diff --git
a/lisp/edmacro.el
b/lisp/edmacro.el
index debd76c43ada7b0ed29f5851ec647edcee857df9..c681f901411619dd06c475f70ad2759fc7f3c9b3 100644
(file)
--- 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.