# HG changeset patch # User Gerd Moellmann # Date 947686538 0 # Node ID a7bf11fbec64fa96f51c722a8498d286dcb0bd37 # Parent ed290e5a5b176d20001d1426a61172743f58cbef Add `net' directory. diff -r ed290e5a5b17 -r a7bf11fbec64 lisp/subdirs.el --- a/lisp/subdirs.el Wed Jan 12 14:14:36 2000 +0000 +++ b/lisp/subdirs.el Wed Jan 12 14:15:38 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" "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" ))