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 | 637a8ae9ceb1c1b408dd5e240736dccd004e36d1 (patch) | |
tree | b80ece2d4b7fee6073c86c0cb13c4e928a02cd86 /lisp/loadup.el | |
parent | 9f1ce56b63f5a415825e6bbe911bcb7bc3d87609 (diff) | |
download | emacs-637a8ae9ceb1c1b408dd5e240736dccd004e36d1.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, |