changeset 68493:c120fbe75b72

(toplevel): Remove definition of `cl-assertion-failed' condition -- it's defined in subr.el instead.
author John Paul Wallington <jpw@pobox.com>
date Mon, 30 Jan 2006 19:56:33 +0000
parents f4d24a8eaed1
children 345dfaf46113
files lisp/emacs-lisp/cl.el
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl.el	Mon Jan 30 19:55:29 2006 +0000
+++ b/lisp/emacs-lisp/cl.el	Mon Jan 30 19:56:33 2006 +0000
@@ -580,9 +580,6 @@
 
 ;;; Miscellaneous.
 
-(put 'cl-assertion-failed 'error-conditions '(error))
-(put 'cl-assertion-failed 'error-message "Assertion failed")
-
 (defvar cl-fake-autoloads nil
   "Non-nil means don't make CL functions autoload.")