aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-11-22 18:08:06 +0000
committerStefan Monnier2007-11-22 18:08:06 +0000
commit693b2fe29632bd80290ccc9843c3ea3766d3ae54 (patch)
treedc338e8c18d075eff5ccd51919f909d86ffdeda5 /lisp/ChangeLog
parent2546bcdd94d00d87ea5559cfd93a342b3ad87807 (diff)
downloademacs-693b2fe29632bd80290ccc9843c3ea3766d3ae54.tar.gz
emacs-693b2fe29632bd80290ccc9843c3ea3766d3ae54.zip
(balance-windows): Remove unused var `counter'.
(bw-balance-sub): Remove unused var `lastchild'. (split-window-vertically): Remove unused var `switch'. (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ecd1b1d981..cfda8a8f167 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12007-11-22 Stefan Monnier <monnier@iro.umontreal.ca> 12007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * window.el (balance-windows): Remove unused var `counter'.
4 (bw-balance-sub): Remove unused var `lastchild'.
5 (split-window-vertically): Remove unused var `switch'.
6 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
7
3 * emacs-lisp/bytecomp.el 8 * emacs-lisp/bytecomp.el
4 (byte-compile-file-form-custom-declare-variable): Simplify. 9 (byte-compile-file-form-custom-declare-variable): Simplify.
5 10