branch: externals/seq
commit 5df4175e2a4df11ab51acb1a9c61579ec5ecf6eb
Author: Nicolas Petton <[email protected]>
Commit: Stefan Monnier <[email protected]>

    * packages/seq/seq-24.el: Rename seq-p to seqp
---
 seq-24.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/seq-24.el b/seq-24.el
index d0aa618bd3..04688d3ba3 100644
--- a/seq-24.el
+++ b/seq-24.el
@@ -420,7 +420,7 @@ BINDINGS."
     (seq-doseq (name args)
       (unless rest-marker
         (pcase name
-          ((pred seq-p)
+          ((pred seqp)
            (setq bindings (seq--make-bindings (seq--elt-safe args index)
                                               `(seq--elt-safe ,sequence ,index)
                                               bindings)))
@@ -453,7 +453,7 @@ If no element is found, return nil."
 (defalias 'seq-do #'mapc)
 (defalias 'seq-each #'seq-do)
 (defalias 'seq-map #'mapcar)
-(defalias 'seq-p #'sequencep)
+(defalias 'seqp #'sequencep)
 
 (unless (fboundp 'elisp--font-lock-flush-elisp-buffers)
   ;; In Emacs≄25, (via elisp--font-lock-flush-elisp-buffers and a few others)

Reply via email to