]> git.eshelyaron.com Git - emacs.git/commit
* src/fns.c (mapcar1): Less lax type checking
authorMattias EngdegÄrd <mattiase@acm.org>
Sun, 15 Jun 2025 08:08:33 +0000 (10:08 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:13:56 +0000 (10:13 +0200)
commitce1f10e76ca49257a8e051408cc36e8a8173f3a8
tree037e69bad29c33b27d6be7dc335764e9ec4d47c2
parent21e27da70d25773bc6c271b8ae3885b20974e779
* src/fns.c (mapcar1): Less lax type checking

Previously, mapcar etc would crash or return nonsense when passed a
record.  Found by Pip Cet.

(cherry picked from commit 08a7477d2205f4f4a9c6bcc184fdea060c33474b)
src/fns.c