branch: master
commit bfa357c3d0b35b7da5542f90ebdb31ca51aeee49
Author: Nicolas Petton <nico...@petton.fr>
Commit: Nicolas Petton <nico...@petton.fr>

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

diff --git a/packages/seq/seq-24.el b/packages/seq/seq-24.el
index d0aa618..04688d3 100644
--- a/packages/seq/seq-24.el
+++ b/packages/seq/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