]> git.eshelyaron.com Git - emacs.git/commit
* src/lread.c (read0): Don't allow radix 0 or 1.
authorMattias EngdegÄrd <mattiase@acm.org>
Thu, 15 May 2025 18:44:56 +0000 (20:44 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 21 May 2025 06:06:17 +0000 (08:06 +0200)
commit91169d706a1b503f47b7f1f454977ee6e80f95db
tree60541c06840c5eddd3715fc4b13dbcd31642fb78
parentab086a24e50b6826f83443f65869fdd30565eefe
* src/lread.c (read0): Don't allow radix 0 or 1.

This was just a silly mistake introduced in Emacs 29.  Found by Pip Cet.

(cherry picked from commit e888bd990dcc82690ae33052f2aaec3ca827960c)
src/lread.c