diff options
| author | Pavel Janík | 2002-03-18 11:27:26 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-03-18 11:27:26 +0000 |
| commit | fa9d4315b7a562926cbe2743a84246ffc612867c (patch) | |
| tree | 141b33a95c0fab95b4b73e1ce1588ea6f179d333 /src/ChangeLog | |
| parent | 7665519d900f86963a9c083dde29928a68aeecc3 (diff) | |
| download | emacs-fa9d4315b7a562926cbe2743a84246ffc612867c.tar.gz emacs-fa9d4315b7a562926cbe2743a84246ffc612867c.zip | |
(Fmake_network_process): Remove unused variable `sa'.
Doc fix. Add usage:.
(set_socket_options): Remove unused variables `optnum' and `opttype'.
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 152bd67f000..10b6cf3bd83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-03-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * process.c (Fmake_network_process): Remove unused variable `sa'. | ||
| 4 | Doc fix. Add usage:. | ||
| 5 | (set_socket_options): Remove unused variables `optnum' and | ||
| 6 | `opttype'. | ||
| 7 | |||
| 1 | 2002-03-17 Richard M. Stallman <rms@gnu.org> | 8 | 2002-03-17 Richard M. Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * xdisp.c (cursor_type_changed): New variable. | 10 | * xdisp.c (cursor_type_changed): New variable. |