projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cbf4cb
)
; lisp/emacs-lisp/seq.el: Explain why we don't use cl-lib here
author
Noam Postavsky
<npostavs@gmail.com>
Sat, 7 Mar 2020 23:45:23 +0000
(18:45 -0500)
committer
Noam Postavsky
<npostavs@gmail.com>
Sat, 7 Mar 2020 23:45:23 +0000
(18:45 -0500)
lisp/emacs-lisp/seq.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/seq.el
b/lisp/emacs-lisp/seq.el
index 629a7a5fb3078f884422268b8d604356f14eb9f9..e3037a71901d9d162c7c20665a8694aeb2f71ccb 100644
(file)
--- a/
lisp/emacs-lisp/seq.el
+++ b/
lisp/emacs-lisp/seq.el
@@
-58,6
+58,10
@@
(eval-when-compile (require 'cl-generic))
+;; We used to use some sequence functions from cl-lib, but this
+;; dependency was swapped around so that it will be easier to make
+;; seq.el preloaded in the future. See also Bug#39761#26.
+
(defmacro seq-doseq (spec &rest body)
"Loop over a sequence.
Evaluate BODY with VAR bound to each element of SEQUENCE, in turn.