diff options
| author | Eli Zaretskii | 2010-05-07 16:51:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-05-07 16:51:16 +0300 |
| commit | d16bdfc3a1e288643e340848d260bac6443cf445 (patch) | |
| tree | d808da62fbef93fbafe6daf77bbf2d37b17e2f4b /src/ChangeLog | |
| parent | 9fdec8bc72cc00fa97d72d96e12276846a0ce2f6 (diff) | |
| download | emacs-d16bdfc3a1e288643e340848d260bac6443cf445.tar.gz emacs-d16bdfc3a1e288643e340848d260bac6443cf445.zip | |
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'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c2ba56b4e6f..0cea5ff8e45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-05-07 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-05-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 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'. | ||
| 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 |