bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#7840: SYMBOL_VALUE in terminal.c (was 23.2.91; default-terminal-codi


From: Stefan Monnier
Subject: bug#7840: SYMBOL_VALUE in terminal.c (was 23.2.91; default-terminal-coding-system not inherited by created terminals)
Date: Fri, 18 Feb 2011 12:33:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> I used find_symbol_value instead, which seems to be the Emacs 24
> equivalent of SYMBOL_VALUE in this situation.

Yes, both of them are undesirable since they're internal functions used
to implement Fsymbol_value.  Better use Fsymbol_value and Fboundp.


        Stefan





reply via email to

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