Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4532:16906fefc8df bytecomp-coding-system-2008-10-29
Return a list copy in #'built-in-face-specifiers, pre-empting modification.
2008-12-21 Aidan Kehoe <kehoea@parhasard.net>
* faces.c (Fbuilt_in_face_specifiers):
Don't simply warn the user not to modify
Vbuilt_in_face_specifiers, enforce this by returning a copy of the
list.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 21 Dec 2008 17:23:06 +0000 |
parents | b58af9a9765d |
children | f32c7f843961 |
comparison
equal
deleted
inserted
replaced
4531:b58af9a9765d | 4532:16906fefc8df |
---|---|
1 2008-12-21 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * faces.c (Fbuilt_in_face_specifiers): | |
4 Don't simply warn the user not to modify | |
5 Vbuilt_in_face_specifiers, enforce this by returning a copy of the | |
6 list. | |
7 | |
1 2008-11-02 Stephen J. Turnbull <stephen@xemacs.org> | 8 2008-11-02 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 9 |
3 G++ 4.3 complains a lot about implicit conversions of string | 10 G++ 4.3 complains a lot about implicit conversions of string |
4 literals (const char *) to char *. Shut it up. | 11 literals (const char *) to char *. Shut it up. |
5 | 12 |