diff options
| author | Gerd Moellmann | 2000-01-12 14:15:38 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-12 14:15:38 +0000 |
| commit | 2fb3298a4f5ed004016bcd016820a101133a6d21 (patch) | |
| tree | 7e9a9c4aea4947e2491ddad6d387f505cf2bcfe3 | |
| parent | d1f45edda4bd5998e9071b7ecfa14d98f3d2bd10 (diff) | |
| download | emacs-2fb3298a4f5ed004016bcd016820a101133a6d21.tar.gz emacs-2fb3298a4f5ed004016bcd016820a101133a6d21.zip | |
Add `net' directory.
| -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 9909d03b548..708f2e50e84 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" "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" )) |