diff options
| author | Andreas Schwab | 2010-07-11 21:51:46 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2010-07-11 21:51:46 +0200 |
| commit | c8fc18ee03b411cf5e242af9e95fd34f90b15b0f (patch) | |
| tree | c3710b84d4d6e251aa722a011cc5a7cb74f300a1 /src/ChangeLog | |
| parent | 89887d672aded197a2be95f3d8a6d5bdcb19eb58 (diff) | |
| download | emacs-c8fc18ee03b411cf5e242af9e95fd34f90b15b0f.tar.gz emacs-c8fc18ee03b411cf5e242af9e95fd34f90b15b0f.zip | |
* blockinput.h: Remove obsolete comment.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2e5ea4658dc..14b11d64709 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * blockinput.h: Remove obsolete comment. | ||
| 4 | |||
| 3 | * lisp.h: Include <stddef.h>. | 5 | * lisp.h: Include <stddef.h>. |
| 4 | (OFFSETOF): Don't define. | 6 | (OFFSETOF): Don't define. |
| 5 | (VECSIZE): Use offsetof instead of OFFSETOF. | 7 | (VECSIZE): Use offsetof instead of OFFSETOF. |