;;;* Last edited: Aug 30 23:13 1996 (sw)
;;;
;;; concept too boring to attribute.

(defvar emacs19 (string-match "19" emacs-version))
(defvar lucid  (string-match "Lucid" emacs-version))

(setq load-path (append 
		 (list (concat (getenv "HOME") 
			       (if emacs19 "/lib/emacs-19" "/lib/emacs-18")))
		 load-path))

(load "emacs-init")

