diff options
| author | Paul Eggert | 2011-04-26 23:01:43 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-26 23:01:43 -0700 |
| commit | 96fb4434c80ad33b648231fcc8e5bc6d0721c8ef (patch) | |
| tree | e6662f998b86f1c7b214aff0ba3524b5b26ccbf7 /src/ChangeLog | |
| parent | b6f5355a9e65892e4af245fbd9789cd9a9a5ed6b (diff) | |
| download | emacs-96fb4434c80ad33b648231fcc8e5bc6d0721c8ef.tar.gz emacs-96fb4434c80ad33b648231fcc8e5bc6d0721c8ef.zip | |
* nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
This makes this file independent of the recent pseudovector change.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5c04f32b194..5584eb61980 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-04-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF. | ||
| 4 | This makes this file independent of the recent pseudovector change. | ||
| 5 | |||
| 1 | 2011-04-26 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2011-04-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * keyboard.c (handle_user_signal): Fix pointer signedness problem. | 8 | * keyboard.c (handle_user_signal): Fix pointer signedness problem. |