]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/lread.c (bytecode_from_rev_list): Fix thinko
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 1 Feb 2024 16:08:56 +0000 (11:08 -0500)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:02:12 +0000 (12:02 +0100)
(cherry picked from commit 8b92449b706e33da256142e190008bb1ead2e539)

src/lread.c

index a6bfdfcf626746c630e4e4a2822507e82bc026cb..cc55b009ab9f7688766e839d491761e4213b13ce 100644 (file)
@@ -3490,7 +3490,7 @@ bytecode_from_rev_list (Lisp_Object elems, Lisp_Object readcharfun)
   Lisp_Object *vec = XVECTOR (obj)->contents;
   ptrdiff_t size = ASIZE (obj);
 
-  if (!(size >= COMPILED_CONSTANTS))
+  if (size >= COMPILED_CONSTANTS)
     {
       /* Always read 'lazily-loaded' bytecode (generated by the
          `byte-compile-dynamic' feature prior to Emacs 30) eagerly, to