aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/subdirs.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b7d8fc5d564..800b93b6373 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-09-07 Gerd Moellmann <gerd@gnu.org>
2
3 * vc.el: Remove `$Id$' tag.
4
12000-09-07 Kenichi Handa <handa@etl.go.jp> 52000-09-07 Kenichi Handa <handa@etl.go.jp>
2 6
3 * help.el (help-make-xrefs): Adjusted for the change of 7 * help.el (help-make-xrefs): Adjusted for the change of
diff --git a/lisp/subdirs.el b/lisp/subdirs.el
index 312da1a7ce7..1772b2012de 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" "emulation" "emacs-lisp" "calendar" "eshell" )) 3(normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" ))