# HG changeset patch # User Gerd Moellmann # Date 968314318 0 # Node ID 79896a32090fd8e535dbd2ad1814b13ec4415f60 # Parent 5d331e68ac845117e077746b76796d05902ba9ef *** empty log message *** diff -r 5d331e68ac84 -r 79896a32090f lisp/ChangeLog --- 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 + + * vc.el: Remove `$Id$' tag. + 2000-09-07 Kenichi Handa * help.el (help-make-xrefs): Adjusted for the change of diff -r 5d331e68ac84 -r 79896a32090f lisp/subdirs.el --- 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" ))