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

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

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

revision 1.26 by miles, Mon Sep 1 15:45:20 2003 UTC revision 1.27 by lektu, Mon May 16 15:32:09 2005 UTC
# Line 61  TYPE is a Common Lisp type specifier." Line 61  TYPE is a Common Lisp type specifier."
61  ;;; Predicates.  ;;; Predicates.
62    
63  (defun equalp (x y)  (defun equalp (x y)
64    "T if two Lisp objects have similar structures and contents.    "Return t if two Lisp objects have similar structures and contents.
65  This is like `equal', except that it accepts numerically equal  This is like `equal', except that it accepts numerically equal
66  numbers of different types (float vs. integer), and also compares  numbers of different types (float vs. integer), and also compares
67  strings case-insensitively."  strings case-insensitively."

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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