Mercurial > emacs
comparison src/ChangeLog @ 71673:1404a22bd1f5
(readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 07 Jul 2006 16:16:18 +0000 |
parents | 9c4db0e8490f |
children | de59660f0a51 |
comparison
equal
deleted
inserted
replaced
71672:9c4db0e8490f | 71673:1404a22bd1f5 |
---|---|
1 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 2 |
3 * lread.c (read_filtered_event): Remove `register' qualifier because it | 3 * lread.c (read_filtered_event): Remove `register' qualifier because it |
4 causes compilation problem with gcc-4.0.2-20051125 on amd64. | 4 causes compilation problem with gcc-4.0.2-20051125 on amd64. |
5 (readevalloop): Remove unused var `bpos'. | |
6 Yet another int/Lisp_Object mixup (YAILOM). | |
5 | 7 |
6 2006-07-07 Eli Zaretskii <eliz@gnu.org> | 8 2006-07-07 Eli Zaretskii <eliz@gnu.org> |
7 | 9 |
8 * keyboard.c (Fexecute_extended_command): Mention the argument | 10 * keyboard.c (Fexecute_extended_command): Mention the argument |
9 PREFIXARG in the doc string. | 11 PREFIXARG in the doc string. |