Mercurial > emacs
changeset 29869:fb7388151943
Add eshell subdirectory.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 23 Jun 2000 04:38:41 +0000 |
parents | 70b96f8e0abf |
children | ccc03e321fdf |
files | lisp/subdirs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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" ))