diff options
author | Jim Blandy <jimb@redhat.com> | 1992-08-04 07:27:12 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-08-04 07:27:12 +0000 |
commit | 41728c148d37e63f734792553ca72fa52538c70d (patch) | |
tree | 1e28bbc21517b42efbd3490068bdf3b8081d2f6e /lisp/loadup.el | |
parent | 9c63fc7d8015b9172b61f7442838af7184bfe641 (diff) | |
download | emacs-41728c148d37e63f734792553ca72fa52538c70d.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 8444976e157..afca23d5e35 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -90,6 +90,8 @@ (progn ; floating pt. functions if (garbage-collect) ; we have float support. (load "float-sup"))) +(garbage-collect) +(load "vc-hooks") ;If you want additional libraries to be preloaded and their ;doc strings kept in the DOC file rather than in core, |