changeset 32176:01156edaa3f9

(merge_face_heights): Use safe_call instead of call_function.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 05 Oct 2000 19:29:36 +0000
parents e5d99e8cbd94
children de140b53441e
files src/xfaces.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Thu Oct 05 19:29:05 2000 +0000
+++ b/src/xfaces.c	Thu Oct 05 19:29:36 2000 +0000
@@ -3099,7 +3099,7 @@
 
       args[0] = from;
       args[1] = to;
-      height = call_function (2, args);
+      height = safe_call (2, args);
 
       UNGCPRO;