comparison src/xfaces.c @ 100666:dab9cf44bf3f

In comments, write delete_frame instead of Fdelete_frame.
author Martin Rudalics <rudalics@gmx.at>
date Tue, 23 Dec 2008 07:28:06 +0000
parents 0941c26336f4
children b6d603864354
comparison
equal deleted inserted replaced
100665:5bd9286fbc2a 100666:dab9cf44bf3f
872 if (!realize_basic_faces (f)) 872 if (!realize_basic_faces (f))
873 abort (); 873 abort ();
874 } 874 }
875 875
876 876
877 /* Free face cache of frame F. Called from Fdelete_frame. */ 877 /* Free face cache of frame F. Called from delete_frame. */
878 878
879 void 879 void
880 free_frame_faces (f) 880 free_frame_faces (f)
881 struct frame *f; 881 struct frame *f;
882 { 882 {