Mercurial > emacs
comparison src/ChangeLog @ 108299:a5fcd78ad3eb
Don't use XSYMBOL (foo)->value.
msdos.c (dos_set_window_size):
w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
instead of `XSYMBOL (foo)->value'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 07 May 2010 16:51:16 +0300 |
parents | ffcbc15ab440 |
children | 68fc9037b502 |
comparison
equal
deleted
inserted
replaced
108298:ffcbc15ab440 | 108299:a5fcd78ad3eb |
---|---|
1 2010-05-07 Eli Zaretskii <eliz@gnu.org> | 1 2010-05-07 Eli Zaretskii <eliz@gnu.org> |
2 | |
3 * msdos.c (dos_set_window_size): | |
4 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)' | |
5 instead of `XSYMBOL (foo)->value'. | |
2 | 6 |
3 Fix the MS-DOS build, broken by autoconfiscation. | 7 Fix the MS-DOS build, broken by autoconfiscation. |
4 | 8 |
5 * Makefile.in: Don't use Make-style comments past the "start of | 9 * Makefile.in: Don't use Make-style comments past the "start of |
6 cpp stuff" line. | 10 cpp stuff" line. |