]> git.eshelyaron.com Git - emacs.git/commitdiff
("jka-cmpr-hook"): Load it before it is needed.
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 24 May 2006 16:50:45 +0000 (16:50 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 24 May 2006 16:50:45 +0000 (16:50 +0000)
lisp/loadup.el

index 4f71af7a48848ea1dcd63ada3cee00f2f688fbea..7d4e25dcbf35e0a079a93f3d28adf3fb7f9078ed 100644 (file)
@@ -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")
 (message "%s" (garbage-collect))
 
 (load "vc-hooks")
-(load "jka-cmpr-hook")
 (load "ediff-hook")
 (if (fboundp 'x-show-tip) (load "tooltip"))