changeset 70886:90aed8c16a53

("jka-cmpr-hook"): Load it before it is needed.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 24 May 2006 16:50:45 +0000
parents cb7b2f48a590
children 9de7d5cf6d99
files lisp/loadup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Wed May 24 16:48:15 2006 +0000
+++ b/lisp/loadup.el	Wed May 24 16:50:45 2006 +0000
@@ -81,6 +81,7 @@
 
 (load "help")
 
+(load "jka-cmpr-hook")
 ;; Any Emacs Lisp source file (*.el) loaded here after can contain
 ;; multilingual text.
 (load "international/mule-cmds")
@@ -209,7 +210,6 @@
 (message "%s" (garbage-collect))
 
 (load "vc-hooks")
-(load "jka-cmpr-hook")
 (load "ediff-hook")
 (if (fboundp 'x-show-tip) (load "tooltip"))