diff options
| author | Ben Key | 2011-04-14 21:03:43 -0500 |
|---|---|---|
| committer | Ben Key | 2011-04-14 21:03:43 -0500 |
| commit | cc39a9dba6e3633e67501eaf0361fb2f040cb064 (patch) | |
| tree | 9c7041f642e9ffc6d0ab1dfaf7201e1ff5f5a5c9 /src/ChangeLog | |
| parent | b5b8e7de516860a3f568e72b176da19f08e7238d (diff) | |
| download | emacs-cc39a9dba6e3633e67501eaf0361fb2f040cb064.tar.gz emacs-cc39a9dba6e3633e67501eaf0361fb2f040cb064.zip | |
Fix link errors in the Mac OS build that were caused by variables being marked as static that should not have been.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8ab1974ed58..706751bbdfa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-04-15 Ben Key <bkey76@gmail.com> | ||
| 2 | |||
| 3 | * keyboard.c (Qundefined): Don't declare static since it is | ||
| 4 | used in nsfns.m. | ||
| 5 | * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't | ||
| 6 | declare static since they are used in nsfont.m. | ||
| 7 | |||
| 1 | 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * process.c (Qprocessp): Don't declare static. | 10 | * process.c (Qprocessp): Don't declare static. |