Mercurial > hg > xemacs-beta
diff src/symbols.c @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | 8eaf7971accc |
children | 3d6bfa290dbd |
line wrap: on
line diff
--- a/src/symbols.c Mon Aug 13 09:53:23 2007 +0200 +++ b/src/symbols.c Mon Aug 13 09:54:23 2007 +0200 @@ -3043,7 +3043,7 @@ if (!NILP (follow_past_lisp_magic) && !EQ (follow_past_lisp_magic, Qt)) { CHECK_SYMBOL (follow_past_lisp_magic); - (void) handler_type_from_function_symbol (follow_past_lisp_magic, 0); + handler_type_from_function_symbol (follow_past_lisp_magic, 0); } valcontents = fetch_value_maybe_past_magic (variable, @@ -3072,7 +3072,7 @@ if (!NILP (follow_past_lisp_magic) && !EQ (follow_past_lisp_magic, Qt)) { CHECK_SYMBOL (follow_past_lisp_magic); - (void) handler_type_from_function_symbol (follow_past_lisp_magic, 0); + handler_type_from_function_symbol (follow_past_lisp_magic, 0); } return follow_varalias_pointers (object, follow_past_lisp_magic); }