mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 04:53:12 -08:00
inline setcdr support
This commit is contained in:
parent
b5b0e63bbc
commit
dc963cf0c8
2 changed files with 116 additions and 45 deletions
|
|
@ -289,6 +289,11 @@
|
|||
err
|
||||
(comp-tests-setcar-f 3 10)
|
||||
(error err))
|
||||
'(wrong-type-argument consp 3)))
|
||||
(should (equal (condition-case
|
||||
err
|
||||
(comp-tests-setcdr-f 3 10)
|
||||
(error err))
|
||||
'(wrong-type-argument consp 3))))
|
||||
|
||||
(defun comp-bubble-sort ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue