1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

(toplevel): Remove definition of `cl-assertion-failed' condition --

it's defined in subr.el instead.
This commit is contained in:
John Paul Wallington 2006-01-30 19:58:41 +00:00
parent 28ac46f87d
commit c45c309fe2
2 changed files with 8 additions and 3 deletions

View file

@ -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.")