emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 9031dec: ; * src/alloc.c (sweep_symbols): Fix las


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 9031dec: ; * src/alloc.c (sweep_symbols): Fix last change.
Date: Thu, 2 Nov 2017 12:53:56 -0400 (EDT)

branch: emacs-26
commit 9031dec527a9feb6c3ceff95be9da98d90818afe
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/alloc.c (sweep_symbols): Fix last change.
---
 src/alloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/alloc.c b/src/alloc.c
index 3f4ec16..ff93956 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -7032,7 +7032,7 @@ sweep_symbols (void)
                      between the two will be re-swept.
                      So we have to make sure we don't re-free this blv next
                      time we sweep this symbol_block (bug#29066).  */
-                  sym->s.redirect == SYMBOL_PLAINVAL;
+                  sym->s.redirect = SYMBOL_PLAINVAL;
                 }
               sym->s.next = symbol_free_list;
               symbol_free_list = &sym->s;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]