1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-07 16:10:46 -08:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-09-07 08:11:58 +00:00
parent f63deed563
commit 96889af2bc
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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" ))