diff options
| author | Paul Eggert | 2011-04-29 18:06:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-29 18:06:41 -0700 |
| commit | 371cac43187cce3b5cc4c1779ae059b2bafa29a0 (patch) | |
| tree | 6291e84ea50166eb29d1f90bcc4359d4688a80aa /src/ChangeLog | |
| parent | d01a78266d12561b46777a2156914d12d8099c4f (diff) | |
| download | emacs-371cac43187cce3b5cc4c1779ae059b2bafa29a0.tar.gz emacs-371cac43187cce3b5cc4c1779ae059b2bafa29a0.zip | |
* dbusbind.c: Do not use XPNTR on a value that may be an integer.
Reported by Stefan Monnier in
<http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
(xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages): Use
SYMBOLP-guarded XSYMBOL, not XPNTR.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a2bf1fe39cf..2b71a06ae4a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-04-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * dbusbind.c: Do not use XPNTR on a value that may be an integer. | ||
| 4 | Reported by Stefan Monnier in | ||
| 5 | <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>. | ||
| 6 | (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages): Use | ||
| 7 | SYMBOLP-guarded XSYMBOL, not XPNTR. | ||
| 8 | |||
| 1 | 2011-04-29 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2011-04-29 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t. | 11 | * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t. |