comparison 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
comparison
equal deleted inserted replaced
293:403535bfea94 294:4b85ae5eabfb
2041 Bytecount, int, ...); 2041 Bytecount, int, ...);
2042 2042
2043 /* Defined in editfns.c */ 2043 /* Defined in editfns.c */
2044 void uncache_home_directory (void); 2044 void uncache_home_directory (void);
2045 char *get_home_directory (void); 2045 char *get_home_directory (void);
2046 char *user_login_name (int *);
2046 Bufpos bufpos_clip_to_bounds (Bufpos, Bufpos, Bufpos); 2047 Bufpos bufpos_clip_to_bounds (Bufpos, Bufpos, Bufpos);
2047 Bytind bytind_clip_to_bounds (Bytind, Bytind, Bytind); 2048 Bytind bytind_clip_to_bounds (Bytind, Bytind, Bytind);
2048 void buffer_insert1 (struct buffer *, Lisp_Object); 2049 void buffer_insert1 (struct buffer *, Lisp_Object);
2049 Lisp_Object make_string_from_buffer (struct buffer *, int, int); 2050 Lisp_Object make_string_from_buffer (struct buffer *, int, int);
2050 Lisp_Object save_excursion_save (void); 2051 Lisp_Object save_excursion_save (void);