diff options
| author | Gerd Moellmann | 2000-09-07 08:11:58 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-07 08:11:58 +0000 |
| commit | 96889af2bc3430521fc00b7d40afffbbc66259c4 (patch) | |
| tree | 79baaeeb1113061761fc45b68204143db5a920f2 /lisp | |
| parent | f63deed5639c37f39a8fd643428c5abfdabcfa9f (diff) | |
| download | emacs-96889af2bc3430521fc00b7d40afffbbc66259c4.tar.gz emacs-96889af2bc3430521fc00b7d40afffbbc66259c4.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/subdirs.el | 2 |
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 @@ | |||
| 1 | 2000-09-07 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * vc.el: Remove `$Id$' tag. | ||
| 4 | |||
| 1 | 2000-09-07 Kenichi Handa <handa@etl.go.jp> | 5 | 2000-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" )) |