aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-07-15 11:57:54 +0400
committerDmitry Antipov2012-07-15 11:57:54 +0400
commit9730daca4425e2014ff43a3b1b205b598e63c72a (patch)
treeaa0ddedd9fab09a7a40cc8bff5a8cbf671fd9c62 /src/ChangeLog
parent2e2d2a13e59e6332ea2623cfe4b3c1cd5afaed2c (diff)
downloademacs-9730daca4425e2014ff43a3b1b205b598e63c72a.tar.gz
emacs-9730daca4425e2014ff43a3b1b205b598e63c72a.zip
Use zero_vector where appropriate.
* alloc.c (zero_vector): Define as Lisp_Object. Adjust users accordingly. * lisp.h (zero_vector): New declaration. * font.c (null_vector): Remove. (syms_of_font): Remove initialization and staticpro. (font_list_entities, font_find_for_lface): Change to use zero_vector. * keymap.c (Faccessible_keymaps): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 67bbf0b5bb7..2a6f2ebb42b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Use zero_vector where appropriate.
4 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
5 accordingly.
6 * lisp.h (zero_vector): New declaration.
7 * font.c (null_vector): Remove.
8 (syms_of_font): Remove initialization and staticpro.
9 (font_list_entities, font_find_for_lface): Change to use zero_vector.
10 * keymap.c (Faccessible_keymaps): Likewise.
11
12012-07-15 Leo Liu <sdl.web@gmail.com> 122012-07-15 Leo Liu <sdl.web@gmail.com>
2 13
3 * fringe.c: Fix typo in comments. 14 * fringe.c: Fix typo in comments.