From: Gerd Moellmann Date: Fri, 23 Jun 2000 04:38:41 +0000 (+0000) Subject: Add eshell subdirectory. X-Git-Tag: emacs-pretest-21.0.90~3129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0908a1e3192261cfc94abc95ae48f2d54380d576;p=emacs.git Add eshell subdirectory. --- diff --git a/lisp/subdirs.el b/lisp/subdirs.el index 708f2e50e84..312da1a7ce7 100644 --- a/lisp/subdirs.el +++ b/lisp/subdirs.el @@ -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" ))