/[emacs]/emacs/lisp/emacs-lisp/cl-seq.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/cl-seq.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by fx, Fri Jan 5 16:39:40 2001 UTC revision 1.9.14.1 by eliz, Fri Jan 25 18:51:29 2002 UTC
# Line 536  Keywords supported:  :key :start :end" Line 536  Keywords supported:  :key :start :end"
536  (defun mismatch (cl-seq1 cl-seq2 &rest cl-keys)  (defun mismatch (cl-seq1 cl-seq2 &rest cl-keys)
537    "Compare SEQ1 with SEQ2, return index of first mismatching element.    "Compare SEQ1 with SEQ2, return index of first mismatching element.
538  Return nil if the sequences match.  If one sequence is a prefix of the  Return nil if the sequences match.  If one sequence is a prefix of the
539  other, the return value indicates the end of the shorted sequence.  other, the return value indicates the end of the shorter sequence.
540  Keywords supported:  :test :test-not :key :start1 :end1 :start2 :end2 :from-end"  Keywords supported:  :test :test-not :key :start1 :end1 :start2 :end2 :from-end"
541    (cl-parsing-keywords (:test :test-not :key :from-end    (cl-parsing-keywords (:test :test-not :key :from-end
542                          (:start1 0) :end1 (:start2 0) :end2) ()                          (:start1 0) :end1 (:start2 0) :end2) ()

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.14.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26