diff options
| author | Paul Eggert | 2011-04-13 23:15:53 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 23:15:53 -0700 |
| commit | 69003fd8410b1d08ad4364af1eb29a4b795f59bb (patch) | |
| tree | 53188aba5fbd6ff473b0015e1e800eaefc32ae2c /src/ChangeLog | |
| parent | a7ca3326c4740ed3ed118b794d35d235de49f346 (diff) | |
| download | emacs-69003fd8410b1d08ad4364af1eb29a4b795f59bb.tar.gz emacs-69003fd8410b1d08ad4364af1eb29a4b795f59bb.zip | |
2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
* alloc.c (refill_memory_reserve): Now static if
!defined REL_ALLOC || defined SYSTEM_MALLOC.
* lisp.h (refill_memory_reserve): Declare only if not static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 15e2aaf9714..fb97a49e5b5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | |||
| 3 | * alloc.c (refill_memory_reserve): Now static if | ||
| 4 | !defined REL_ALLOC || defined SYSTEM_MALLOC. | ||
| 5 | * lisp.h (refill_memory_reserve): Declare only if not static. | ||
| 2 | 6 | ||
| 3 | * xsettings.c, xsettings.h (xsettings_get_system_normal_font): | 7 | * xsettings.c, xsettings.h (xsettings_get_system_normal_font): |
| 4 | Define only if USE_LUCID. | 8 | Define only if USE_LUCID. |