aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPavel Janík2001-10-24 07:05:01 +0000
committerPavel Janík2001-10-24 07:05:01 +0000
commit3b552d56d44a5344cfb15418836860eb01d80744 (patch)
tree610038692c5572b9bb793569686d3dd0b302ce3f /src/ChangeLog
parent15c565acc122f1d9d32f8902a645c67d9ac0fc5d (diff)
downloademacs-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/ChangeLog7
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 @@
12001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-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