comparison src/buffer.h @ 386:4af0ddfb7c5b r21-2-8

Import from CVS: tag r21-2-8
author cvs
date Mon, 13 Aug 2007 11:08:50 +0200
parents 8626e4521993
children 74fd4e045ea6
comparison
equal deleted inserted replaced
385:bc48d89bf15c 386:4af0ddfb7c5b
1511 1511
1512 extern struct buffer *current_buffer; 1512 extern struct buffer *current_buffer;
1513 1513
1514 /* This is the initial (startup) directory, as used for the *scratch* buffer. 1514 /* This is the initial (startup) directory, as used for the *scratch* buffer.
1515 We're making this a global to make others aware of the startup directory. 1515 We're making this a global to make others aware of the startup directory.
1516 `initial_directory' is stored in external format.
1516 */ 1517 */
1517 extern char initial_directory[]; 1518 extern char initial_directory[];
1518 extern void init_initial_directory (void); /* initialize initial_directory */ 1519 extern void init_initial_directory (void); /* initialize initial_directory */
1519 1520
1520 EXFUN (Fbuffer_disable_undo, 1); 1521 EXFUN (Fbuffer_disable_undo, 1);