commit: #'built-in-face-specifiers; document that we're returning a copy.

Aidan Kehoe aidan-guest at alioth.debian.org
Mon Dec 22 07:09:49 EST 2008


changeset:   4534:f32c7f843961dee21a36b15b232b8ee66c009bb4
tag:         tip
user:        Aidan Kehoe <kehoea at parhasard.net>
date:        Mon Dec 22 12:09:08 2008 +0000
files:       src/ChangeLog src/faces.c
description:
#'built-in-face-specifiers; document that we're returning a copy.

2008-12-22  Aidan Kehoe  <kehoea at parhasard.net>

	* faces.c (Fbuilt_in_face_specifiers):
	Document that we're returning a copy.


diff -r 4a7c4ccac2fe43b0e94d0273722f569258eae608 -r f32c7f843961dee21a36b15b232b8ee66c009bb4 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-21  Aidan Kehoe  <kehoea at parhasa
+2008-12-22  Aidan Kehoe  <kehoea at parhasard.net>
+
+	* faces.c (Fbuilt_in_face_specifiers): 
+	Document that we're returning a copy. 
+
 2008-12-21  Aidan Kehoe  <kehoea at parhasard.net>
 
 	* faces.c (Fbuilt_in_face_specifiers): 
diff -r 4a7c4ccac2fe43b0e94d0273722f569258eae608 -r f32c7f843961dee21a36b15b232b8ee66c009bb4 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 @@ Return the name of the given face.
 
 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.
 */
        ())
 {





More information about the XEmacs-Patches mailing list