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:
parent
28ac46f87d
commit
c45c309fe2
2 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue