diff options
| author | Pavel Janík | 2001-10-24 07:05:01 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-24 07:05:01 +0000 |
| commit | 3b552d56d44a5344cfb15418836860eb01d80744 (patch) | |
| tree | 610038692c5572b9bb793569686d3dd0b302ce3f /src/ChangeLog | |
| parent | 15c565acc122f1d9d32f8902a645c67d9ac0fc5d (diff) | |
| download | emacs-3b552d56d44a5344cfb15418836860eb01d80744.tar.gz emacs-3b552d56d44a5344cfb15418836860eb01d80744.zip | |
(display_prop_string_p): Remove unused local declaration
of `Qwhen'.
(single_display_prop_string_p): Remove unused local declarations
of `Qwhen' and `Qmargin'.
(string_buffer_position): Remove unused variable `around'.
(store_frame_title): Remove unused variable `width'.
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 f34199c8a34..c369e7c63cd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * xdisp.c: (display_prop_string_p): Remove unused local declaration | ||
| 4 | of `Qwhen'. | ||
| 5 | (single_display_prop_string_p): Remove unused local declarations | ||
| 6 | of `Qwhen' and `Qmargin'. | ||
| 7 | (string_buffer_position): Remove unused variable `around'. | ||
| 8 | (store_frame_title): Remove unused variable `width'. | ||
| 9 | |||
| 3 | * window.c: Don't define max. | 10 | * window.c: Don't define max. |
| 4 | (coordinates_in_window): Remove unused variable `uy'. | 11 | (coordinates_in_window): Remove unused variable `uy'. |
| 5 | 12 | ||