1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -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

@ -1,3 +1,11 @@
2006-01-30 John Paul Wallington <jpw@pobox.com>
* subr.el (toplevel): Define `cl-assertion-failed' condition here
because the `assert' macro signals it at runtime.
* emacs-lisp/cl.el (toplevel): Remove definition of
`cl-assertion-failed' condition.
2006-01-30 Nick Roberts <nickrob@snap.net.nz>
* thumbs.el (thumbs-marked-list): Make buffer-local and

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