diff options
author | Dave Love <fx@gnu.org> | 2000-09-14 11:57:02 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-09-14 11:57:02 +0000 |
commit | 9385d14d31a2427ed617ea5829a50b87a7414092 (patch) | |
tree | c76305472dec14ef51c08701377ceed09654eb81 /lisp/subdirs.el | |
parent | a5d8b3ddbce630f42fd54c5a5af918de6d83c1c2 (diff) | |
download | emacs-9385d14d31a2427ed617ea5829a50b87a7414092.tar.gz |
Add toolbar.
Diffstat (limited to 'lisp/subdirs.el')
-rw-r--r-- | lisp/subdirs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subdirs.el b/lisp/subdirs.el index 1772b2012de..1f8c5e931a1 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" "eshell" "emulation" "emacs-lisp" "calendar" )) +(normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "toolbar")) |