emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl-seq.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl-seq.el
Date: Fri, 25 Jan 2002 13:46:37 -0500

Index: emacs/lisp/emacs-lisp/cl-seq.el
diff -c emacs/lisp/emacs-lisp/cl-seq.el:1.9 emacs/lisp/emacs-lisp/cl-seq.el:1.10
*** emacs/lisp/emacs-lisp/cl-seq.el:1.9 Fri Jan  5 11:39:40 2001
--- emacs/lisp/emacs-lisp/cl-seq.el     Fri Jan 25 13:46:37 2002
***************
*** 536,542 ****
  (defun mismatch (cl-seq1 cl-seq2 &rest cl-keys)
    "Compare SEQ1 with SEQ2, return index of first mismatching element.
  Return nil if the sequences match.  If one sequence is a prefix of the
! other, the return value indicates the end of the shorted sequence.
  Keywords supported:  :test :test-not :key :start1 :end1 :start2 :end2 
:from-end"
    (cl-parsing-keywords (:test :test-not :key :from-end
                        (:start1 0) :end1 (:start2 0) :end2) ()
--- 536,542 ----
  (defun mismatch (cl-seq1 cl-seq2 &rest cl-keys)
    "Compare SEQ1 with SEQ2, return index of first mismatching element.
  Return nil if the sequences match.  If one sequence is a prefix of the
! other, the return value indicates the end of the shorter sequence.
  Keywords supported:  :test :test-not :key :start1 :end1 :start2 :end2 
:from-end"
    (cl-parsing-keywords (:test :test-not :key :from-end
                        (:start1 0) :end1 (:start2 0) :end2) ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]