diff options
| author | Paul Eggert | 2015-03-23 08:55:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-03-23 08:57:34 -0700 |
| commit | 24960fc72c5a6b7e97a25416ed986ca7054d1260 (patch) | |
| tree | d46affb0a59fc15b0f9c9915e001fd7a65475400 /src/ChangeLog | |
| parent | bad7308e0c7bfe0192ac05d7aea72e1f7bea7b08 (diff) | |
| download | emacs-24960fc72c5a6b7e97a25416ed986ca7054d1260.tar.gz emacs-24960fc72c5a6b7e97a25416ed986ca7054d1260.zip | |
Minor refactoring of new Fmake_process code
* process.c (Fmake_process): Refactor to avoid call to Flength, to
avoid cast to 'char **', and to reduce indenting and reuse of locals.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6c7955a2fc0..99b7ec731fe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-03-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Minor refactoring of new Fmake_process code | ||
| 4 | * process.c (Fmake_process): Refactor to avoid call to Flength, to | ||
| 5 | avoid cast to 'char **', and to reduce indenting and reuse of locals. | ||
| 6 | |||
| 1 | 2015-03-23 Daiki Ueno <ueno@gnu.org> | 7 | 2015-03-23 Daiki Ueno <ueno@gnu.org> |
| 2 | 8 | ||
| 3 | * process.c (Fmake_process): New function. | 9 | * process.c (Fmake_process): New function. |