comparison src/faces.c @ 4533:4a7c4ccac2fe

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 22 Dec 2008 12:05:47 +0000
parents 16906fefc8df
children f32c7f843961
comparison
equal deleted inserted replaced
4527:8418d1ad4944 4533:4a7c4ccac2fe
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 Don't modify this list!
707 */ 706 */
708 ()) 707 ())
709 { 708 {
710 return Vbuilt_in_face_specifiers; 709 return Fcopy_list(Vbuilt_in_face_specifiers);
711 } 710 }
712 711
713 /* These values are retrieved so often that we make a special 712 /* These values are retrieved so often that we make a special
714 function. 713 function.
715 */ 714 */