diff src/editfns.c @ 17829:2d98572c57ab

Declare Fuser_full_name as Lisp_Object in advance to avoid compiler error.
author Kenichi Handa <handa@m17n.org>
date Fri, 16 May 1997 00:43:11 +0000
parents dd39f3c57b3e
children a1f8ff84f3f1
line wrap: on
line diff
--- a/src/editfns.c	Fri May 16 00:43:09 1997 +0000
+++ b/src/editfns.c	Fri May 16 00:43:11 1997 +0000
@@ -51,6 +51,8 @@
 Lisp_Object Qbuffer_access_fontify_functions;
 Lisp_Object Vbuffer_access_fontified_property;
 
+Lisp_Object Fuser_full_name ();
+
 /* Some static data, and a function to initialize it for each run */
 
 Lisp_Object Vsystem_name;