Mercurial > hg > xemacs-beta
changeset 4534:f32c7f843961
#'built-in-face-specifiers; document that we're returning a copy.
2008-12-22 Aidan Kehoe <kehoea@parhasard.net>
* faces.c (Fbuilt_in_face_specifiers):
Document that we're returning a copy.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 22 Dec 2008 12:09:08 +0000 |
parents | 4a7c4ccac2fe |
children | 69a1eda3da06 |
files | src/ChangeLog src/faces.c |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Dec 22 12:05:47 2008 +0000 +++ b/src/ChangeLog Mon Dec 22 12:09:08 2008 +0000 @@ -1,3 +1,8 @@ +2008-12-22 Aidan Kehoe <kehoea@parhasard.net> + + * faces.c (Fbuilt_in_face_specifiers): + Document that we're returning a copy. + 2008-12-21 Aidan Kehoe <kehoea@parhasard.net> * faces.c (Fbuilt_in_face_specifiers):
--- a/src/faces.c Mon Dec 22 12:05:47 2008 +0000 +++ b/src/faces.c Mon Dec 22 12:09:08 2008 +0000 @@ -703,6 +703,9 @@ DEFUN ("built-in-face-specifiers", Fbuilt_in_face_specifiers, 0, 0, 0, /* Return a list of all built-in face specifier properties. + +This is a copy; there is no way to modify XEmacs' idea of the built-in face +specifier properties from Lisp. */ ()) {