summaryrefslogtreecommitdiff
path: root/src/editfns.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-05-16 00:43:11 +0000
committerKenichi Handa <handa@m17n.org>1997-05-16 00:43:11 +0000
commitc62fe23c7cd7c032122522b43acc7ac224c64897 (patch)
tree29f450aef3e17a7693d060f95f137f345a4d5a0d /src/editfns.c
parentb91dd24d360d034c3fcc8969c7a8c8e77d3b8d8e (diff)
downloademacs-c62fe23c7cd7c032122522b43acc7ac224c64897.tar.gz
Declare Fuser_full_name as Lisp_Object in advance to
avoid compiler error.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c
index fe29bb8ae20..3c14d6210a5 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -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;