From: Gerd Moellmann Date: Thu, 7 Sep 2000 08:11:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1751 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96889af2bc3430521fc00b7d40afffbbc66259c4;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7d8fc5d564..800b93b6373 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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 @@ ;; 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" ))