Mercurial > emacs
changeset 31436:79896a32090f
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 07 Sep 2000 08:11:58 +0000 |
parents | 5d331e68ac84 |
children | 37bd37a8f3f3 |
files | lisp/ChangeLog lisp/subdirs.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Sep 07 08:10:02 2000 +0000 +++ b/lisp/ChangeLog Thu Sep 07 08:11:58 2000 +0000 @@ -1,3 +1,7 @@ +2000-09-07 Gerd Moellmann <gerd@gnu.org> + + * vc.el: Remove `$Id$' tag. + 2000-09-07 Kenichi Handa <handa@etl.go.jp> * help.el (help-make-xrefs): Adjusted for the change of
--- a/lisp/subdirs.el Thu Sep 07 08:10:02 2000 +0000 +++ b/lisp/subdirs.el Thu Sep 07 08:11:58 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" "net" "mail" "language" "international" "gnus" "emulation" "emacs-lisp" "calendar" "eshell" )) +(normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" ))