Changeset 2404c3a for owl.c


Ignore:
Timestamp:
Oct 3, 2003, 7:34:01 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
f933403
Parents:
87c6ef1
Message:
Added the "source" command
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rf1e629d r2404c3a  
    128128  }
    129129
    130    
    131130  /* owl global init */
    132131  owl_global_init(&g);
     
    223222
    224223  /* process the startup file */
    225   owl_function_execstartup();
     224  owl_function_source(NULL);
    226225
    227226  /* read the config file */
Note: See TracChangeset for help on using the changeset viewer.