summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2006-01-30 19:58:41 +0000
committerJohn Paul Wallington <jpw@pobox.com>2006-01-30 19:58:41 +0000
commitc45c309fe28b83f7ab0c59ea225084374c783931 (patch)
tree602ed27b0f8e63a727ed9fb81e8153ae5db66e67 /lisp/emacs-lisp
parent28ac46f87d7254fa03072625609b65cadd9e09b5 (diff)
downloademacs-c45c309fe28b83f7ab0c59ea225084374c783931.tar.gz
emacs-c45c309fe28b83f7ab0c59ea225084374c783931.tar.bz2
emacs-c45c309fe28b83f7ab0c59ea225084374c783931.zip
(toplevel): Remove definition of `cl-assertion-failed' condition --
it's defined in subr.el instead.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/cl.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el
index 8875366cc9c..b7cf3ad8bcc 100644
--- a/lisp/emacs-lisp/cl.el
+++ b/lisp/emacs-lisp/cl.el
@@ -580,9 +580,6 @@ If ALIST is non-nil, the new pairs are prepended to it."
;;; 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.")