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:
parent
a9f1cc19b7
commit
e3ed8469ee
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue