# HG changeset patch # User Kenichi Handa # Date 863743391 0 # Node ID 2d98572c57ab57edc98e104d65b8f31ea49e868c # Parent db443ea8cb3648c57ef89b740f28ce608493299a Declare Fuser_full_name as Lisp_Object in advance to avoid compiler error. diff -r db443ea8cb36 -r 2d98572c57ab src/editfns.c --- 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;