emacs-diffs
[Top][All Lists]
Advanced

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

scratch/lexspaces 04ac507 14/17: Remove unnecessary assertion


From: Andrea Corallo
Subject: scratch/lexspaces 04ac507 14/17: Remove unnecessary assertion
Date: Fri, 8 May 2020 16:43:09 -0400 (EDT)

branch: scratch/lexspaces
commit 04ac507d7c08ceb7c8bf450aeea1cfc78aad70fb
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    Remove unnecessary assertion
---
 src/lisp.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lisp.h b/src/lisp.h
index 057a7fe..93e7094 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2213,7 +2213,6 @@ SYMBOL_VAL (struct Lisp_Symbol *sym)
   eassert (sym->u.s.redirect == SYMBOL_PLAINVAL);
   if (EQ (sym->u.s.val.value, Qunbound))
     return Qunbound;
-  eassert (BINDINGP (sym->u.s.val.value));
   EMACS_INT lexspace = CURRENT_LEXSPACE;
   struct Lisp_Binding *binding = XBINDING (sym->u.s.val.value);
   /* Follow redirections.  */



reply via email to

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