Mercurial > hg > xemacs-beta
comparison src/buffer.h @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 03446687b7cc |
children | 6240c7796c7a |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
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. | |
1527 */ | 1526 */ |
1528 extern char initial_directory[]; | 1527 extern char initial_directory[]; |
1529 extern void init_initial_directory (void); /* initialize initial_directory */ | 1528 extern void init_initial_directory (void); /* initialize initial_directory */ |
1530 | 1529 |
1531 EXFUN (Fbuffer_disable_undo, 1); | 1530 EXFUN (Fbuffer_disable_undo, 1); |