aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-09-05 21:05:32 +0400
committerDmitry Antipov2012-09-05 21:05:32 +0400
commite3ccf108a942456b3ce4540e8691e5d08c00b720 (patch)
treed1e8fa2932f14a1680555fca53d865c622dec47c /src/ChangeLog
parent697e1e393c9cd70acf35da9700a25b6367b7da40 (diff)
downloademacs-e3ccf108a942456b3ce4540e8691e5d08c00b720.tar.gz
emacs-e3ccf108a942456b3ce4540e8691e5d08c00b720.zip
Remove redundant or unused things here and there.
* lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove. * conf_post.h (RE_TRANSLATE): Use char_table_translate. * editfns.c (Fcompare_buffer_substrings): Likewise. * frame.h (struct terminal, struct font_driver_list): Remove redundant declarations. * window.h (Qleft, Qright): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a0c3f3537bb..96e3fdd5b45 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
12012-09-05 Dmitry Antipov <dmantipov@yandex.ru> 12012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 Remove redundant or unused things here and there.
4 * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
5 * conf_post.h (RE_TRANSLATE): Use char_table_translate.
6 * editfns.c (Fcompare_buffer_substrings): Likewise.
7 * frame.h (struct terminal, struct font_driver_list):
8 Remove redundant declarations.
9 * window.h (Qleft, Qright): Likewise.
10
112012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
12
3 Do not mark objects from deleted buffers, windows and frames. 13 Do not mark objects from deleted buffers, windows and frames.
4 * alloc.c (mark_buffer): Mark just the buffer if it is dead. 14 * alloc.c (mark_buffer): Mark just the buffer if it is dead.
5 (mark_object): Likewise for windows and frames. 15 (mark_object): Likewise for windows and frames.