aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-02-08 16:24:46 +0000
committerStefan Monnier2008-02-08 16:24:46 +0000
commitdfae5f9a1256e8d9243dc0d0550cb58a4c079cdc (patch)
tree1067e8526236f4afab0fa4b8d48b9035d70190cf /src/ChangeLog
parent9141ca5e7dd56c6ac375fd41238dfd6e9683917b (diff)
downloademacs-dfae5f9a1256e8d9243dc0d0550cb58a4c079cdc.tar.gz
emacs-dfae5f9a1256e8d9243dc0d0550cb58a4c079cdc.zip
* xfaces.c (Finternal_make_lisp_face): Use ASET.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 516e1b46961..ae92bc3589d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * keymap.c (Fkey_description): Move side effect outside of macro call. 3 * keymap.c (Fkey_description): Move side effect outside of macro call.
4 4
5 * xfaces.c (Finternal_make_lisp_face):
5 * keyboard.c (add_command_key, parse_menu_item): Use ASET. 6 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
6 7
7 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID. 8 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.