1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

Declare Fuser_full_name as Lisp_Object in advance to

avoid compiler error.
This commit is contained in:
Kenichi Handa 1997-05-16 00:43:11 +00:00
parent a9f1cc19b7
commit e3ed8469ee

View 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;