Merge remote-tracking branch 'savannah/master' into HEAD
This commit is contained in:
commit
0eedb5af0b
54 changed files with 1534 additions and 623 deletions
|
@ -348,6 +348,7 @@ If SEQUENCE is empty, return INITIAL-VALUE and FUNCTION is not called."
|
|||
(setq acc (funcall function acc elt)))
|
||||
acc)))
|
||||
|
||||
;;;###autoload
|
||||
(cl-defgeneric seq-every-p (pred sequence)
|
||||
"Return non-nil if (PRED element) is non-nil for all elements of SEQUENCE."
|
||||
(catch 'seq--break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue