]> git.eshelyaron.com Git - emacs.git/commitdiff
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 fe29bb8ae20cafc8c73fe01091236cc86f2b7200..3c14d6210a534c943c5ad2a942f0cb540818576d 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;