# HG changeset patch # User Gerd Moellmann # Date 961735121 0 # Node ID fb73881519439689dac69bc19b0df3c11cab76a3 # Parent 70b96f8e0abfc717c2adc8c1cc8b807cae192dbe Add eshell subdirectory. diff -r 70b96f8e0abf -r fb7388151943 lisp/subdirs.el --- a/lisp/subdirs.el Thu Jun 22 22:06:37 2000 +0000 +++ b/lisp/subdirs.el Fri Jun 23 04:38:41 2000 +0000 @@ -1,3 +1,3 @@ ;; In load-path, after this directory should come ;; certain of its subdirectories. Here we specify them. -(normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "emulation" "emacs-lisp" "calendar" )) +(normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "emulation" "emacs-lisp" "calendar" "eshell" ))