comparison src/buffer.h @ 327:03446687b7cc r21-0-61

Import from CVS: tag r21-0-61
author cvs
date Mon, 13 Aug 2007 10:48:16 +0200
parents e11d67e05968
children cc15677e0335
comparison
equal deleted inserted replaced
326:e2671bc7f66a 327:03446687b7cc
1521 1521
1522 extern struct buffer *current_buffer; 1522 extern struct buffer *current_buffer;
1523 1523
1524 /* This is the initial (startup) directory, as used for the *scratch* buffer. 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. 1525 We're making this a global to make others aware of the startup directory.
1526 `initial_directory' is stored in external format.
1526 */ 1527 */
1527 extern char initial_directory[]; 1528 extern char initial_directory[];
1528 extern void init_initial_directory (void); /* initialize initial_directory */ 1529 extern void init_initial_directory (void); /* initialize initial_directory */
1529 1530
1530 EXFUN (Fbuffer_disable_undo, 1); 1531 EXFUN (Fbuffer_disable_undo, 1);