From: Gerd Moellmann Date: Wed, 12 Jan 2000 14:15:38 +0000 (+0000) Subject: Add `net' directory. X-Git-Tag: emacs-pretest-21.0.90~5365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fb3298a4f5ed004016bcd016820a101133a6d21;p=emacs.git Add `net' directory. --- 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 @@ ;; 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" "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" ))