diff 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
line wrap: on
line diff
--- a/src/buffer.h	Mon Aug 13 10:35:07 2007 +0200
+++ b/src/buffer.h	Mon Aug 13 10:35:54 2007 +0200
@@ -1521,6 +1521,12 @@
 
 extern struct buffer *current_buffer;
 
+/* This is the initial (startup) directory, as used for the *scratch* buffer.
+   We're making this a global to make others aware of the startup directory.
+ */
+extern char initial_directory[];
+extern void init_initial_directory (void);   /* initialize initial_directory */
+
 EXFUN (Fbuffer_disable_undo, 1);
 EXFUN (Fbuffer_modified_p, 1);
 EXFUN (Fbuffer_name, 1);