diff options
| author | Dave Love | 2000-09-14 11:57:02 +0000 |
|---|---|---|
| committer | Dave Love | 2000-09-14 11:57:02 +0000 |
| commit | 9385d14d31a2427ed617ea5829a50b87a7414092 (patch) | |
| tree | c76305472dec14ef51c08701377ceed09654eb81 /lisp | |
| parent | a5d8b3ddbce630f42fd54c5a5af918de6d83c1c2 (diff) | |
| download | emacs-9385d14d31a2427ed617ea5829a50b87a7414092.tar.gz emacs-9385d14d31a2427ed617ea5829a50b87a7414092.zip | |
Add toolbar.
Diffstat (limited to 'lisp')
| -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 @@ | |||
| 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" "eshell" "emulation" "emacs-lisp" "calendar" )) | 3 | (normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "toolbar")) |