aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-23 04:38:41 +0000
committerGerd Moellmann2000-06-23 04:38:41 +0000
commit0908a1e3192261cfc94abc95ae48f2d54380d576 (patch)
tree1b58b56f1a6e86a76d85ee77c9aaa21e51f86eea
parent16cf31f7820f9bfd7d54aacc4f7d0c591b0bf373 (diff)
downloademacs-0908a1e3192261cfc94abc95ae48f2d54380d576.tar.gz
emacs-0908a1e3192261cfc94abc95ae48f2d54380d576.zip
Add eshell subdirectory.
-rw-r--r--lisp/subdirs.el2
1 files changed, 1 insertions, 1 deletions
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 @@
1;; In load-path, after this directory should come 1;; In load-path, after this directory should come
2;; certain of its subdirectories. Here we specify them. 2;; certain of its subdirectories. Here we specify them.
3(normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "emulation" "emacs-lisp" "calendar" )) 3(normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "emulation" "emacs-lisp" "calendar" "eshell" ))