Mercurial > emacs
changeset 17829:2d98572c57ab
Declare Fuser_full_name as Lisp_Object in advance to
avoid compiler error.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 16 May 1997 00:43:11 +0000 |
parents | db443ea8cb36 |
children | 3cf4a044aaad |
files | src/editfns.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;