1
Fork 0
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:
Andrea Corallo 2019-06-30 10:42:13 +02:00 committed by Andrea Corallo
parent b5b0e63bbc
commit dc963cf0c8
2 changed files with 116 additions and 45 deletions

View file

@ -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 ()