Mercurial > hg > xemacs-beta
diff src/lisp.h @ 294:4b85ae5eabfb r21-0b45
Import from CVS: tag r21-0b45
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:38:01 +0200 |
parents | c9fe270a4101 |
children | 19dcec799385 |
line wrap: on
line diff
--- a/src/lisp.h Mon Aug 13 10:37:16 2007 +0200 +++ b/src/lisp.h Mon Aug 13 10:38:01 2007 +0200 @@ -2043,6 +2043,7 @@ /* Defined in editfns.c */ void uncache_home_directory (void); char *get_home_directory (void); +char *user_login_name (int *); Bufpos bufpos_clip_to_bounds (Bufpos, Bufpos, Bufpos); Bytind bytind_clip_to_bounds (Bytind, Bytind, Bytind); void buffer_insert1 (struct buffer *, Lisp_Object);