Mercurial > hg > xemacs-beta
comparison src/faces.c @ 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 | 16906fefc8df |
children | cbe5d2169270 |
comparison
equal
deleted
inserted
replaced
4533:4a7c4ccac2fe | 4534:f32c7f843961 |
---|---|
701 return XFACE (Fget_face (face))->name; | 701 return XFACE (Fget_face (face))->name; |
702 } | 702 } |
703 | 703 |
704 DEFUN ("built-in-face-specifiers", Fbuilt_in_face_specifiers, 0, 0, 0, /* | 704 DEFUN ("built-in-face-specifiers", Fbuilt_in_face_specifiers, 0, 0, 0, /* |
705 Return a list of all built-in face specifier properties. | 705 Return a list of all built-in face specifier properties. |
706 | |
707 This is a copy; there is no way to modify XEmacs' idea of the built-in face | |
708 specifier properties from Lisp. | |
706 */ | 709 */ |
707 ()) | 710 ()) |
708 { | 711 { |
709 return Fcopy_list(Vbuilt_in_face_specifiers); | 712 return Fcopy_list(Vbuilt_in_face_specifiers); |
710 } | 713 } |