comparison src/buffer.h @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents 7df0dd720c89
children 03446687b7cc
comparison
equal deleted inserted replaced
287:13a0bd77a29d 288:e11d67e05968
1518 bytind_to_bufpos \ 1518 bytind_to_bufpos \
1519 (b, BI_BUF_FLOOR_OF_IGNORE_ACCESSIBLE (b, bufpos_to_bytind (b, n))) 1519 (b, BI_BUF_FLOOR_OF_IGNORE_ACCESSIBLE (b, bufpos_to_bytind (b, n)))
1520 1520
1521 1521
1522 extern struct buffer *current_buffer; 1522 extern struct buffer *current_buffer;
1523
1524 /* This is the initial (startup) directory, as used for the *scratch* buffer.
1525 We're making this a global to make others aware of the startup directory.
1526 */
1527 extern char initial_directory[];
1528 extern void init_initial_directory (void); /* initialize initial_directory */
1523 1529
1524 EXFUN (Fbuffer_disable_undo, 1); 1530 EXFUN (Fbuffer_disable_undo, 1);
1525 EXFUN (Fbuffer_modified_p, 1); 1531 EXFUN (Fbuffer_modified_p, 1);
1526 EXFUN (Fbuffer_name, 1); 1532 EXFUN (Fbuffer_name, 1);
1527 EXFUN (Fcurrent_buffer, 0); 1533 EXFUN (Fcurrent_buffer, 0);