changeset 13134:a880e9199b57

Added (load "ediff-hook") after loading vc-hook.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 06 Oct 1995 01:20:06 +0000
parents 0e069b2940ae
children d619c5216f7d
files lisp/loadup.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Fri Oct 06 01:01:08 1995 +0000
+++ b/lisp/loadup.el	Fri Oct 06 01:20:06 1995 +0000
@@ -130,6 +130,7 @@
 
 (garbage-collect)
 (load "vc-hooks")
+(load "ediff-hook")
 
 ;If you want additional libraries to be preloaded and their
 ;doc strings kept in the DOC file rather than in core,