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-extra.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl-extra.el
Date: Mon, 16 May 2005 11:32:09 -0400

Index: emacs/lisp/emacs-lisp/cl-extra.el
diff -c emacs/lisp/emacs-lisp/cl-extra.el:1.26 
emacs/lisp/emacs-lisp/cl-extra.el:1.27
*** emacs/lisp/emacs-lisp/cl-extra.el:1.26      Mon Sep  1 15:45:20 2003
--- emacs/lisp/emacs-lisp/cl-extra.el   Mon May 16 15:32:09 2005
***************
*** 61,67 ****
  ;;; Predicates.
  
  (defun equalp (x y)
!   "T if two Lisp objects have similar structures and contents.
  This is like `equal', except that it accepts numerically equal
  numbers of different types (float vs. integer), and also compares
  strings case-insensitively."
--- 61,67 ----
  ;;; Predicates.
  
  (defun equalp (x y)
!   "Return t if two Lisp objects have similar structures and contents.
  This is like `equal', except that it accepts numerically equal
  numbers of different types (float vs. integer), and also compares
  strings case-insensitively."




reply via email to

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