+Wed Jun 15 00:41:03 1994 Tom Lord (lord@rtl.cygnus.com)
+
+ * top.c (gdb_init): Init current_directory in gdb_init. Probably
+ the identical initialization can be deleted from main.c, but i
+ haven't done so just in case.
+
Tue Jun 14 17:24:41 1994 Tom Lord (lord@x1.cygnus.com)
* gdba.el: Added menu windows and slightly improved window
{
/* Run the init function of each source file */
+ getcwd (dirbuf, sizeof (dirbuf));
+ current_directory = dirbuf;
+
init_cmd_lists (); /* This needs to be done first */
initialize_all_files ();
init_main (); /* But that omits this file! Do it now */