Initial Commit
[packages] / xemacs-packages / elib / startup-template.el
1 ;;; $Id: startup-template.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
2 ;;; Support for the elisp library elib.
3 (setq load-path (append (list ELIB_PATH)
4                         load-path))