# HG changeset patch # User Aidan Kehoe # Date 1229947748 0 # Node ID f32c7f843961dee21a36b15b232b8ee66c009bb4 # Parent 4a7c4ccac2fe43b0e94d0273722f569258eae608 #'built-in-face-specifiers; document that we're returning a copy. 2008-12-22 Aidan Kehoe * faces.c (Fbuilt_in_face_specifiers): Document that we're returning a copy. diff -r 4a7c4ccac2fe -r f32c7f843961 src/ChangeLog --- 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 + + * faces.c (Fbuilt_in_face_specifiers): + Document that we're returning a copy. + 2008-12-21 Aidan Kehoe * faces.c (Fbuilt_in_face_specifiers): diff -r 4a7c4ccac2fe -r f32c7f843961 src/faces.c --- 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. */ ()) {