diff options
| author | Paul Eggert | 2011-04-13 19:17:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 19:17:19 -0700 |
| commit | de68a1fc344a72af93c8fca8592e9cefa0de59c7 (patch) | |
| tree | 5dcf5e871b71b08114b000bb1da9160fc87373ba /src/ChangeLog | |
| parent | 40ccffa6ff0f62689cac373e3d21d25084c1b7b3 (diff) | |
| download | emacs-de68a1fc344a72af93c8fca8592e9cefa0de59c7.tar.gz emacs-de68a1fc344a72af93c8fca8592e9cefa0de59c7.zip | |
* region-cache.h (pp_cache): Mark as externally visible.
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 aee24f4a2ed..404b00afc23 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * region-cache.h (pp_cache): Mark as externally visible. | ||
| 4 | |||
| 3 | * process.c: Make symbols static if they're not exported. | 5 | * process.c: Make symbols static if they're not exported. |
| 4 | (process_tick, update_tick, create_process, chan_process): | 6 | (process_tick, update_tick, create_process, chan_process): |
| 5 | (Vprocess_alist, proc_buffered_char, datagram_access): | 7 | (Vprocess_alist, proc_buffered_char, datagram_access): |