Declare Fuser_full_name as Lisp_Object in advance to
authorKenichi Handa <handa@m17n.org>
Fri, 16 May 1997 00:43:11 +0000 (00:43 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 16 May 1997 00:43:11 +0000 (00:43 +0000)
avoid compiler error.

src/editfns.c

index fe29bb8..3c14d62 100644 (file)
@@ -51,6 +51,8 @@ Lisp_Object Vbuffer_access_fontify_functions;
 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;